Re: SoapException: DataSourceInfo property was missing or not correctly specified.

From: Akshai Mirchandani [MS] (akshaim_at_online.microsoft.com)
Date: 06/03/04

  • Next message: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
    Date: Wed, 2 Jun 2004 17:11:20 -0700
    
    

    Can you obtain the XML in your SOAP request? There are various tools
    available to trace SOAP messages (e.g. the trace utility that comes with the
    SOAP Toolkit 3.0). Looking at the XML is probably the easiest way of
    understanding what the problem might be...

    Thanks,
    Akshai

    --
    This posting is provided "AS IS" with no warranties, and confers no rights
    Please do not send email directly to this alias. This alias is for newsgroup
    purposes only.
    "Maersa" <ma_ersa@hotmail.com> wrote in message
    news:OIIwmxPSEHA.1388@TK2MSFTNGP09.phx.gbl...
    > hi,
    >
    > when i create the actual XmlElement for the "properties", i'm actually
    > passing in the namespace....
    >
    > XmlElement properties = XmlDoc.CreateElement( "PropertyList",
    > "urn:schemas-microsoft-com:xml-analysis" )
    >     properties.InnerXml = "xmlProperties;
    >
    > thanks,
    >
    >
    >
    > "Akshai Mirchandani [MS]" <akshaim@online.microsoft.com> wrote in message
    > news:40be18b4$1@news.microsoft.com...
    > > I'm going to guess that your properties are not in the correct
    > namespace -- 
    > > please take a look at the Sample.Net that comes with the 1.1 SDK for an
    > > example of the namespace that PropertyList needs to be in.
    > >
    > > HTH,
    > > Akshai
    > > --
    > > This posting is provided "AS IS" with no warranties, and confers no
    rights
    > > Please do not send email directly to this alias. This alias is for
    > newsgroup
    > > purposes only.
    > >
    > > "Maersa" <ma_ersa@hotmail.com> wrote in message
    > > news:Obg8wFISEHA.3628@TK2MSFTNGP12.phx.gbl...
    > > > hi all,
    > > >
    > > > i'm using xmla 1.1 (rtm) and trying to get a list of catalogs, but am
    > > > getting the following error.
    > > >
    > > > "SoapException: Unable to process the request, because the
    > DataSourceInfo
    > > > property was missing or not correctly specified."
    > > >
    > > >
    > > > The parameters passed into the "Discovery" method are like the
    > following.
    > > >
    > > > RequestType : DBSCHEMA_CATALOGS
    > > > Restrictions : (none)
    > > > Properties : <DataSourceInfo>Local Analysis
    > > > Server</DataSourceInfo><Format>Tabular</Format>
    > > >
    > > > thanks in advance.
    > > >
    > > >
    > >
    > >
    >
    >
    

  • Next message: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."

    Relevant Pages

    • RE: SP1 Problem SOAPException doesnt return quote and Umlaute correcty
      ... At the core of it is: Should SOAP fault description strings be intended ... unicode string is being URLEncoded as part of converting it to XML. ...
      (microsoft.public.dotnet.framework.webservices)
    • Re: How to send file with WebService?
      ... You are taking xml and compressing it into zip format..dont compress the ... As you can see before compression the comma del version of the data is ... Look up the tag for soap .. ... How to embed base64 encoded into the soap body? ...
      (microsoft.public.dotnet.languages.csharp)
    • RE: SP1 Problem SOAPException doesnt return quote and Umlaute correcty
      ... unicode string is being URLEncoded as part of converting it to XML. ... human-readable explanation of why the Fault occurred. ... The way we see it the SOAP subsystem serializes the SOAPException to a SOAP ...
      (microsoft.public.dotnet.framework.webservices)
    • Re: Problems in transferring XML
      ... I mange to zip the data and get it into a string. ... Zipped data uses all 256 byte values, including some which XML 1.0 ... probably have to do a base-64 encoding, to include it in a SOAP message. ... ASCII Ribbon Campaign | Joe Kesselman ...
      (comp.text.xml)
    • RE: Bypassing Serialization/Deserialization in WebService/AP.NET
      ... You can process soap header like normal. ... I have WSDL defined exposing few web services. ... > (XML) to a method in another class. ... > the ASP.NET infrastructure (creating soap response, faults etc), but without ...
      (microsoft.public.dotnet.framework.webservices)