404 error from web service

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

    #1

    404 error from web service

    I'm running a web sercvice on Win. Server 2003, and accessing it via a
    vb.net application, when calling web services I get the following error and
    at times a 404 error.

    Server did not recognize the value of HTTP Header SOAPAction:<Nam e of
    method>

    ......any advice on such errors.


    Ted


  • Dan Rogers

    #2
    RE: 404 error from web service

    THis can happen for a number of reasons.

    - The web service you are calling doesn't provide a mapping for the
    SoapAction value you passed.
    - The web server itself is not properly configured with the .NET framework
    - The application is not installed on the server properly and thus isn't
    able to process any requests.
    - The client and the server are not running with the same web service
    version in mind.
    - The WSDL used to create the client was not a true depiction of the
    service interface on the server
    ... (I could go on)

    Need a little more to go on.

    Did this ever work? If so, when it stopped working what was the most
    recent thing to change?
    Have you verified that the .NET framework is installed and functional on
    the server?
    Have you tried building a test client using a new proxy (add-web-reference)?

    I hope this helps

    Dan Rogers
    Microsoft Corporation

    --------------------
    From: "Ted" <kixman@excite. com>
    Subject: 404 error from web service
    Date: Wed, 29 Dec 2004 21:37:56 -0600
    Lines: 13
    X-Priority: 3
    X-MSMail-Priority: Normal
    X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    Message-ID: <O4io1Di7EHA.38 40@tk2msftngp13 .phx.gbl>
    Newsgroups: microsoft.publi c.dotnet.framew ork.webservices
    NNTP-Posting-Host: adsl-35-228-253.msy.bellsou th.net 67.35.228.253
    Path:
    cpmsftngxa10.ph x.gbl!TK2MSFTFE ED02.phx.gbl!TK 2MSFTNGP08.phx. gbl!tk2msftngp1 3
    phx.gbl
    Xref: cpmsftngxa10.ph x.gbl
    microsoft.publi c.dotnet.framew ork.webservices :8347
    X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.webservices

    I'm running a web sercvice on Win. Server 2003, and accessing it via a
    vb.net application, when calling web services I get the following error and
    at times a 404 error.

    Server did not recognize the value of HTTP Header SOAPAction:<Nam e of
    method>

    .....any advice on such errors.


    Ted



    Comment

    Working...