码迷,mamicode.com
首页 > 其他好文 > 详细

axis2通过wsdl生成客户端程序并本地调用

时间:2014-08-14 13:27:08      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:http   java   io   new   on   sp   程序   web   

wsdl2java -uri http://10.0.5.12/brm/services/RuleEngine1374389539674484?wsdl -p east.mvc.webservice.client -o stub

 

RuleEngine1374389539674484Stub stub = null;
try {
stub = new RuleEngine1374389539674484Stub();
RuleEngine1374389539674484Stub.GetCutCatList cutCatList = new RuleEngine1374389539674484Stub.GetCutCatList();

System.out.println(stub.getCutCatList(cutCatList).getOut());
} catch (Exception e) {
e.printStackTrace();
}

axis2通过wsdl生成客户端程序并本地调用,布布扣,bubuko.com

axis2通过wsdl生成客户端程序并本地调用

标签:http   java   io   new   on   sp   程序   web   

原文地址:http://www.cnblogs.com/xsmhero/p/3911948.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!