我在respose中面临以下错误,
<faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Client.NoSOAPAction</faultcode>
<faultstring>no SOAPAction header!</faultstring>
我正在尝试修复管道,
选中通过管道传递所有标头但没有帮助enter image description here
答案 0 :(得分:0)
你真的需要SoapAction吗?
代理中可用的一个选项是通过检查消息体来决定SOAP消息的操作。
如果有人发送消息(可能通过商业参考)并且不包含SOAP操作标头,则代理仍会在使用此方法时恢复。