Re: SOAP header error
From: Maersa (ma_ersa_at_hotmail.com)
Date: 06/21/04
- Next message: Richard Bond: "AdomdSampleApp GetSchemaDataSet problem"
- Previous message: Akshai Mirchandani [MS]: "Re: SOAP header error"
- In reply to: Akshai Mirchandani [MS]: "Re: SOAP header error"
- Next in thread: Akshai Mirchandani [MS]: "Re: SOAP header error"
- Reply: Akshai Mirchandani [MS]: "Re: SOAP header error"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Jun 2004 18:34:58 +0800
hi akshai,
that's exactly what i'm doing....
-------------------------------------------------
Session session = null;
BeginSession begin = new BeginSession();
EndSession end = new EndSession();
return (this.Discover( new Discover( RequestType, Restrictions,
Properties) ,ref session, begin , end )).@return;
-------------------------------------------------
the only difference is that the above code lies in a method that i've added
to the MsXmlanalysis proxy .
thanks,
"Akshai Mirchandani [MS]" <akshaim@online.microsoft.com> wrote in message
news:40d39a7e$1@news.microsoft.com...
> I assume you are using the WSDL to build a .NET application -- have you
seen
> the code in the Sample.NET application in SoapClient.vb? You will see that
> it declares a variable of type MsXmlAnalysis.Session and passes it to the
> Discover/Execute functions.
>
> 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:%23skemsZVEHA.1652@TK2MSFTNGP09.phx.gbl...
> > hi all,
> >
> > i keep getting the following error when calling the Discovery method....
> >
> > "Required field/property MsAnalysis.BeginSessionValue of SOAP header
> > BeginSession was not set by the client prior to making the call.
> >
> > does anybody know what may be causing this problem ?
> >
> > thanks,
> >
> >
>
>
- Next message: Richard Bond: "AdomdSampleApp GetSchemaDataSet problem"
- Previous message: Akshai Mirchandani [MS]: "Re: SOAP header error"
- In reply to: Akshai Mirchandani [MS]: "Re: SOAP header error"
- Next in thread: Akshai Mirchandani [MS]: "Re: SOAP header error"
- Reply: Akshai Mirchandani [MS]: "Re: SOAP header error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|