Error on inet call

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

    Error on inet call

    Hi,

    when I call my webservice from local it works fine. But, when I copy
    it to the web site and call it then, the following error occurs. I
    have no idea :(.

    System.Web.Serv ices.Protocols. SoapException: Server did not recognize
    the value of HTTP Header SOAPAction:
    MatthiasRusche. WinExpert.Updat e/GetPreDownloadM essage.
    at
    System.Web.Serv ices.Protocols. Soap11ServerPro tocolHelper.Rou teRequest()
    at System.Web.Serv ices.Protocols. SoapServerProto col.Initialize( )
    at System.Web.Serv ices.Protocols. ServerProtocolF actory.Create(T ype
    type, HttpContext context, HttpRequest request, HttpResponse response,
    Boolean& abortProcessing )

    TIA, Frank


  • Frank Jeseit

    #2
    Re: Error on inet call

    Hi,
    [color=blue]
    > when I call my webservice from local it works fine. But, when I
    > copy it to the web site and call it then, the following error
    > occurs. I have no idea :(.
    > System.Web.Serv ices.Protocols. SoapException: Server did not
    > recognize the value of HTTP Header SOAPAction:[/color]

    Got it! I had a "namespace=http ://www.tempuri.org " directive in a xsd
    file.

    Frank


    Comment

    • Frank Jeseit

      #3
      Re: Error on inet call

      Hi,
      [color=blue]
      > when I call my webservice from local it works fine. But, when I
      > copy it to the web site and call it then, the following error
      > occurs. I have no idea :(.
      > System.Web.Serv ices.Protocols. SoapException: Server did not
      > recognize the value of HTTP Header SOAPAction:[/color]

      Got it! I had a "namespace=http ://www.tempuri.org " directive in a xsd
      file.

      Frank


      Comment

      Working...