从wso2命中端点时,找不到[SaajSoapMessage的端点映射

时间:2019-09-12 20:22:18

标签: soap wso2

我遇到了一个问题。 我有一个soap1.2后端服务,可以从SOAPui运行。

我不是要创建一个wso2 API来将我的肥皂暴露为休息状态。但是,尝试从wso2运行它时遇到了问题。

从soapui收到的请求说-收到的请求[SaajSoapMessage {{http://www.XXsoftware.com/triad/} getAllCountryRequest ] 通过REST从wso2收到的请求在哪里说-收到的请求[SaajSoapMessage {{http://www.XXsoftware.com/triad/} getAllCountry ]

SOAP UI日志-运行正常 在[http://XX0063LW10.XXsoftware.local:9090/ws]处接受传入的[org.springframework.ws.transport.http.HttpServletConnection@26dc653e] 收到的请求[SaajSoapMessage {http://www.XXsoftware.com/triad/} getAllCountryRequest] [nio-9090-exec-1] yloadRootAnnotationMethodEndpointMapping:查找[{http://www.XXsoftware.com/triad/} getAllCountryRequest]的端点 端点映射[org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping@7355d965]将请求映射到端点[public

WSO2日志-提供404 在[http://XX0063LW10.XXsoftware.local:9090/ws]处接受传入的[org.springframework.ws.transport.http.HttpServletConnection@60647249] 收到请求[SaajSoapMessage {http://www.XXsoftware.com/triad/} getAllCountry] [nio-9090-exec-5] yloadRootAnnotationMethodEndpointMapping:查找[{http://www.XXsoftware.com/triad/} getAllCountry]的端点 端点映射[org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping@7355d965]没有请求映射 在[]中查找端点 端点映射[org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping@7e95856e]没有请求映射 找不到[SaajSoapMessage {http://www.XXsoftware.com/triad/} getAllCountry]的端点映射 完成404 NOT_FOUND

从SoapUI加载

<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" 
xmlns:tri="http://www.XXoftware.com/triad/"> 
<soap12:Header/> 
<soap12:Body> 
<tri:getAllCountryRequest/> 
</soap12:Body>
</soap12:Envelope>

0 个答案:

没有答案