我从WSO2 ESB调用Remedy,得到以下soap错误:
<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><text xmlns="http://ws.apache.org/commons/ns/payload">default backend - 404</text></soapenv:Body></soapenv:Envelope>
我已经测试了多个端点配置,但没有成功。如果我直接使用SoapUI调用端点,我会得到响应,但如果我通过ESB,我会得到错误。对这个错误有什么帮助吗?
干杯
发布于 2021-10-27 15:26:15
ESB端口在/存储库/conf/axis2/axis2.xml文件中设置:https://docs.wso2.com/display/ESB470/Setting+Up+Host+Names+and+Ports
我没有看到没有端口的选项,但是SOAP默认使用80:What port number does SOAP use?
您可以与您的BMC Helix团队合作来设置您的服务器使用的端口:https://docs.bmc.com/docs/display/public/helixsubscriber/Network+port+configuration
https://stackoverflow.com/questions/69088488
复制相似问题