简单 webservice 客户端代码

时间:2011-10-03 07:56:29
【文件属性】:

文件名称:简单 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); // 创建传输路径和参数


网友评论

  • SOAP 客户端还是挺简单的
  • webservice开发入门的hello world
  • 好像是SOAP格式的
  • webservice开发入门的hello world