How to write a Java client to access WSDL file?

后端 未结 7 1053
春和景丽
春和景丽 2020-12-17 03:16

How can I access the exposed methods in a .wsdl file using Java? Also, what are the steps involved in writing a Java client and consuming the webservices?

7条回答
  •  感情败类
    2020-12-17 03:25

    soapUI is one of the softwares allowing you to easily get into WSDL / SOAP world. You can generate SOAP requests with test values to be sent to the server. You can also see the server's SOAP responses. This will let you understand a bit more of WSDL / SOAP. For generating the java code from the wsdl see the recommendations above.

提交回复
热议问题