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