Is there anything that presents in a text format the request to a web service?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-06-19 02:39 PM
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
------------------------------
------------------------------
Alexandre Rodrigues Ferrari
System analyst
indracompany
America/Sao_Paulo
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-19 01:46 AM
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
------------------------------
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
------------------------------
