来自 AXIS 的 SOAP 操作错误
我正在使用带有 C# .NET 应用程序的基于 Java 的 Web 服务。
我正在发送 XML 格式的 SOAP 消息。
但我收到此错误消息:
ns1:Client.NoSOAPAction 无 SOAPAction 标头
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要查看您的服务的 WSDL。
SOAPAction 实际上是您将肥皂信封发送到的 URL,因此无论您使用什么软件都应该在 http 标头中设置它。
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.