WSDLReader error '80020009'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Redeye

    WSDLReader error '80020009'

    Hello,

    I have created an ASP page that calls a local webservice. Everything works
    fine on my system but once it is deployed to the server I get the following
    error.

    WSDLReader error '80020009'

    WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is:
    WINHTTP5.DLL or higher must be registered to use the ServerXMLHTTP object.
    HRESULT=0x1: Incorrect function. - WSDLReader:Load ing of the WSDL file
    failed HRESULT=0x80070 057: The parameter is incorrect. - Client:One of the
    parameters supplied is invalid. HRESULT=0x80070 057: The parameter is
    incorrect.

    Development Environment:
    Windows 2000
    Visual Studio .Net 2003
    Soap Toolkit 3.0 SDK

    Server Environment:
    Windows 2000 Advanced Server
    ..Net Framework 1.1 SDK
    Soap Toolkit 3.0 SDK

    I have search the net for assistance and have come up dry. Can anyone give
    me a hand?

    Thanks!!



  • SQL Server Development Team [MSFT]

    #2
    Re: WSDLReader error '80020009'

    are you loading WSDL file through HTTP? If yes, try to load it from local
    file - this is more efficient and it's a preferred solution.

    - Maxim

    --
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Use of included script samples are subject to the terms specified at
    http://www.microsoft.com/info/cpyright.htm.
    "Redeye" <redeye_51@hotm ail.com> wrote in message
    news:OnOuwHJeDH A.2436@TK2MSFTN GP11.phx.gbl...[color=blue]
    > Hello,
    >
    > I have created an ASP page that calls a local webservice. Everything works
    > fine on my system but once it is deployed to the server I get the[/color]
    following[color=blue]
    > error.
    >
    > WSDLReader error '80020009'
    >
    > WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is:
    > WINHTTP5.DLL or higher must be registered to use the ServerXMLHTTP object.
    > HRESULT=0x1: Incorrect function. - WSDLReader:Load ing of the WSDL file
    > failed HRESULT=0x80070 057: The parameter is incorrect. - Client:One of the
    > parameters supplied is invalid. HRESULT=0x80070 057: The parameter is
    > incorrect.
    >
    > Development Environment:
    > Windows 2000
    > Visual Studio .Net 2003
    > Soap Toolkit 3.0 SDK
    >
    > Server Environment:
    > Windows 2000 Advanced Server
    > .Net Framework 1.1 SDK
    > Soap Toolkit 3.0 SDK
    >
    > I have search the net for assistance and have come up dry. Can anyone give
    > me a hand?
    >
    > Thanks!!
    >
    >
    >[/color]


    Comment

    Working...