Forum Discussion
- I am not really sure what you need here. The simplest way would be to write the WSDL file, and use it to generate the MockService...
What are you trying to use this for?
/Nenad
http://eviware.com - soapui_newbeeNew ContributorThanks for your response. We have an external service we contact by hand crafting the http request (in C
++ / C#).
We would like to re-direct these requests to SOAPUI (via the URL) and return a re-defined mock response.
Is creating a mock WSDL the only way to do this? - Hello,
You can also use a MockService as a standard HTTP server for serving static content. This could work for serving static responses. To do this, simply set the Docroot in the MockService options.
Regards,
Dain
eviware support