Forum Discussion

p19's avatar
p19
New Contributor
7 years ago

Monitoring/listening to SoapUI requests sending another API request internally

Hi All,

 

I have a requirement where we have Soap UI request which in turn creates another SOAP UI request and gets a response and all I get is the final response. I am interested in getting the internal api response too. Is there are possibility of achieving this using REady API

 

To make it more obvious, 

 

Calling Soap UI Request 1 => creates SoapUI Request 2 => gets 2Response and then sends 1Response. 

 

Hope you could understand.

 

At the moment I am able to get just the 1response. Is there a way I could tap the internal traffic and listen to the internal request and response ?

 

Thanks