Divakar Ragupathy
Divakar Ragupathy

Reputation: 211

SOAP Get Request using POSTMAN

Can any one help me on the below?

  1. Is it possible to run SOAP Get Request through POSTMAN?
  2. If so, can you please provide some links or steps as i am getting error

Upvotes: 1

Views: 8456

Answers (2)

Abhishek Chowdhury
Abhishek Chowdhury

Reputation: 1

Change the response to xml format to get better structure. Yes it is possible to run GET request through POSTMAN. For this only the Method should be GET and you should be aware that the wsdl will accept GET method.

Upvotes: 0

Ray
Ray

Reputation: 3959

  1. Yes it is possible.
  2. How about a link with steps from the postman blog itself? http://blog.getpostman.com/2014/08/22/making-soap-requests-using-postman/

Upvotes: 2

Related Questions