Re: HttpSoapContext.RequestContext is null

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Byron Kim (byronKim_at_online.microsoft.com)
Date: 07/02/04

  • Next message: Byron Kim: "Re: change default encryption from token issuer"
    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?
    >
    >


  • Next message: Byron Kim: "Re: change default encryption from token issuer"