views:

472

answers:

1

Is it somehow possible to create mock service in soapUI without having wsdl file? All I have is sample request and responses. I think that should be possible to generate WSDL from request and response examples with soapUI but I'm not able to find any tutorials about it.

A: 

Just with request/response you may not be able to construct the WSDL. If you have the end point URL, append '?wsdl' to the end point URL,open it in a browser, you should get the WSDL.

Also if you have the schema with you, you can try generating WSDL file from here

Ravi Gupta