开发者

SOAP action error from AXIS

开发者 https://www.devze.com 2023-01-02 07:05 出处:网络
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 th开发者_如何学编程is error message:

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 th开发者_如何学编程is error message:

ns1:Client.NoSOAPAction no SOAPAction header


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消