提交 8a684c1e 编写于 作者: hlwwx's avatar hlwwx

'接口调用要去掉static'

上级 f23e3eac
......@@ -29,10 +29,9 @@ public class WebservicesClient {
return result;
}
public static String jaxwsXml(String wsdlURL, String soapXML) throws Exception {
public String jaxwsXml(String wsdlURL, String soapXML) throws Exception {
List<NameValuePair> heads = new ArrayList<>();
heads.add(new NameValuePair(ConnectionAction.CONTENT_TYPE,MediaType.TEXT_XML));
return HttpConnection.postAsString( wsdlURL , heads, soapXML);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册