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, ne
SOAP客户端还是挺简单的
webservice开发入门的helloworld
好像是SOAP格式的