我的应用程序既是SOAP服务器又是客户端,也就是说,它在客户端和webservice提供者之间充当代理服务器。因此,我得到了不同的客户端请求,我将进行验证,并通过设置适当的SSL/TS配置将它们路由到目标soap服务。我正在使用Spring WS进行SOAP web服务调用。/but any exception means total fail
我试图在Java中使用WebServiceGatewaySupport by Spring WebServiceTemplate调用SOAPpublic WebServiceTemplate坏请求错误400"....When我注释contenttype属性,然后抛出”内部服务器错误500“。案例2.当我通过ClientInterceptor (用户、pwd、域和内容类型)时,总是会抛出“内部服务器错误500"......It似乎服务
我用的是弹力靴。我已经为SOAP web服务编写了一个ClientInterceptor,我想要将请求发送到的URL记录到日志中,并且我想在handleResponse方法中执行此操作。任何帮助都是最好的。public class SoapClientHttpRequestInterceptor implements ClientInterceptor {
public booleanWebService