文件名称:简单 webservice 客户端代码
文件大小:2KB
文件格式:JAVA
更新时间:2011-10-03 07:56:29
webservice
public class test { public test() throws Exception { URL url = new URL("http://localhost:8080/sc/services/orderSyn?wsdl"); //改成你的地址 SOAPMappingRegistry smr = new SOAPMappingRegistry(); StringDeserializer sd = new StringDeserializer(); smr.mapTypes(Constants.NS_URI_SOAP_ENC, new QName("", "Result"), null, null, sd); // 创建传输路径和参数