How can I consume locally a put/post rest serivice (with Postmen or other tool)?

0
Hi guys,   I published a put/post service, and normally I make use of sandbox to make the service live for testing it..but I am still wondering how I could speak to my service locally with a tool. Postmen doesnt work in this case, which tools do you use in this case?
asked
2 answers
0

Do you know SOAP UI? This can easily do what you want. I extensively use it for testing published webservices locally.

answered
0

You could also consider Fiddler, which has comprehensive functionality.

answered