문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top