cancel
Showing results for 
Search instead for 
Did you mean: 

Is there anything that presents in a text format the request to a web service?

AlexandreRodri1
Level 3
Hello ! Is there anything that presents in a text format the requisition to a web service? I have an [Action] that consumes a web service. I send the expected parameters through a collection and I also return a collection, but without the expected result because I do not know exactly what is being sent in the request. Because of this, I would like to know if there is any way to capture the request sent to the web service to view. Any tip would be very valuable.

------------------------------
Alexandre Rodrigues Ferrari
System analyst
indracompany
America/Sao_Paulo
------------------------------
1 REPLY 1

ewilson
Staff
Staff
Hi Alexandre,

What we typically use to help troubleshoot calls to web services is a combination of Fiddler and Postman. Both are freely available and will capture your web traffic including HTTP headers.

Fiddler
https://www.telerik.com/fiddler

Postman
https://www.getpostman.com/

Cheers,
Eric

------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
America/Chicago
------------------------------