1、eclipse中add dynamic web project

2、选中项目右键new——> webservice ——> webservice client

     在service definition中(wsdl地址):http://eistest.donghuicredit.com/BizInvestService?wsdl

3、调用代码(一个Java 文件以Proxy结尾)

  DhzxWebServiceProxy proxy = new DhzxWebServiceProxy("http://eistest.donghuicredit.com/BizInvestService?wsdl");

  String res = proxy.postCheckRealNamePolice(str);

相关文章:

  • 2021-05-01
  • 2021-12-29
  • 2022-01-07
  • 2021-11-20
  • 2021-11-20
  • 2021-09-22
  • 2021-09-01
猜你喜欢
  • 2021-11-20
  • 2021-11-18
  • 2022-03-02
  • 2021-09-27
  • 2021-11-20
  • 2021-11-16
相关资源
相似解决方案