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

时间:2023-06-04 18:40:02

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();
}