Re: SoapException: DataSourceInfo property was missing or not correctly specified.
From: Akshai Mirchandani [MS] (akshaim_at_online.microsoft.com)
Date: 06/03/04
- Previous message: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- In reply to: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- Next in thread: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- Reply: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- Messages sorted by: [ date ] [ thread ]
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. > > > > > > > > > > > >
- Previous message: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- In reply to: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- Next in thread: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- Reply: Maersa: "Re: SoapException: DataSourceInfo property was missing or not correctly specified."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|