Re: HttpSoapContext.RequestContext is null
From: Byron Kim (byronKim_at_online.microsoft.com)
Date: 07/02/04
- Previous message: DalePres: "Re: how to get the comments on WS methods to show up in proxy class?"
- In reply to: Robert Strickland: "HttpSoapContext.RequestContext is null"
- Next in thread: Robert Strickland: "Re: HttpSoapContext.RequestContext is null"
- Reply: Robert Strickland: "Re: HttpSoapContext.RequestContext is null"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Jul 2004 23:44:27 -0700
Please check the web.config whether you config WSE SoapExtension
<system.web>
<webServices>
<soapExtensionTypes>
<add type="Microsoft.Web.Services.WebServicesExtension,
Microsoft.Web.Services, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
</soapExtensionTypes>
</webServices>
thanks
Byron KIM
"Robert Strickland" <bstrickland@comporium.net> wrote in message
news:u9voDl5XEHA.4008@TK2MSFTNGP09.phx.gbl...
> Working with WSE 1.0 and trying to use HttpSoapContext.RequestContext in
my
> web service but the value is not defined/null. Any ideas?
>
>
- Previous message: DalePres: "Re: how to get the comments on WS methods to show up in proxy class?"
- In reply to: Robert Strickland: "HttpSoapContext.RequestContext is null"
- Next in thread: Robert Strickland: "Re: HttpSoapContext.RequestContext is null"
- Reply: Robert Strickland: "Re: HttpSoapContext.RequestContext is null"
- Messages sorted by: [ date ] [ thread ]