Generating Request/Response XML from a WSDL

前端 未结 7 655
悲哀的现实
悲哀的现实 2020-12-14 14:44

Is there a way to generate Request & Response XML formats from just a WSDL file - if the webservice is not live right now.

SoapUI doesn\'t give me the respon

7条回答
  •  长情又很酷
    2020-12-14 15:13

    I use SOAPUI 5.3.0, it has an option for creating requests/responses (also using WSDL), you can even create a mock service which will respond when you send request. Procedure is as follows:

    1. Right click on your project and select New Mock Service option which will create mock service.
    2. Right click on mock service and select New Mock Operation option which will create response which you can use as template.

    EDIT #1:

    Check out the SoapUI link for the latest version. There is a Pro version as well as the free open source version.

提交回复
热议问题