Reputation: 740
I generated a proxy client to a SOAP web service. I would like to test the request envelop without actually calling the service at the other end (actual endpoint) for now, i wrap my tests in try/catch block as It will timeout. is they a way fake the endpoint as I'm only testing the request body?
Upvotes: 0
Views: 230
Reputation: 16898
Use New MockService option from within SoapUI. Here are detailed steps:
Upvotes: 1