Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top