Search code examples
c#java.netsoapsoap-client

SOAP action error from AXIS


I'm consuming a Java based Web Service with C# .NET app.

I'm sending a SOAP message in XML format.

But I'm receiving this error message:

ns1:Client.NoSOAPAction no SOAPAction header


Solution

  • You need to look at the WSDL for your service.

    The SOAPAction is effectivly the URL you are sending the soap envelope to, so whatever software you are using should set this up in the http headers.