Question

I have a form with a huge list of parameters. Also there is a submit button in my form which calls a specific web service method on button click. I want to provide those parameters on UI rather than providing these within SOAP UI and catch the web service response generated for my request.

The reason is there are a lot of validation and its more practical to submit the request via application UI than using XML format in SOAP UI.

Is there a way to catch the soap response from back end once I hit the submit button?

Was it helpful?

Solution

If you application supports HTTP Proxy you can catch requests/responses via Apache JMeter HTTP(S) Script Recorder. See Load Testing Mobile Apps. But Made Easy. guide for more details. Once recorded you will be able to replay requests with higher number of threads.

If not, you can always use a sniffer tool, there is a free and powerful one called Wireshark to capture and inspect traffic.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top