我已经在websphere中创建并部署了一个webservice SOAP客户端,在尝试访问该服务时,我在控制台中得到了这个:
[4/6/16 10:32:58:761 IST] 00024e73 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain HttpsOutboundChain:xxx.com:443:1504287950.
除了上面提到的文本之外,它既没有命中服务也没有产生任何其他日志。
请分享一些有关如何解决此问题的信息。
我已设法打印错误日志,它说
[4/6/16 14:23:46:184 IST] 0002590b SystemOut O javax.xml.ws.soap.SOAPFaultException: java.nio.channels.UnresolvedAddressException
at org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils.createSystemException(MethodMarshallerUtils.java:1363)
at org.apache.axis2.jaxws.marshaller.impl.alt.MethodMarshallerUtils.demarshalFaultResponse(MethodMarshallerUtils.java:1089)
at org.apache.axis2.jaxws.marshaller.impl.alt.DocLitBareMethodMarshaller.demarshalFaultResponse(DocLitBareMethodMarshaller.java:417)