Hi,
Can Postman be used for troubleshooting the SOAP/ HTTP / Rest or are there differet tools for each of those calls? If so please advise those.
Thanks!

Hi,
Can Postman be used for troubleshooting the SOAP/ HTTP / Rest or are there differet tools for each of those calls? If so please advise those.
Thanks!
Hello James,
Postman is useful to troubleshoot HTTP and Rest calls.
For SOAP you can also use Postman, but it's easier to build a console application using Dynamics SDK.
In addition, you can also use the tool Fiddler by telerik, to capture the requests and see their details and format.