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

相关文章:

  • 2021-11-16
  • 2021-08-11
  • 2021-05-28
  • 2021-11-27
  • 2021-05-13
  • 2021-08-09
  • 2021-11-04
  • 2022-12-23
猜你喜欢
  • 2021-05-12
  • 2021-05-19
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2021-11-09
相关资源
相似解决方案