How to change GET method to POST method in SOAPUI for SOAP API.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2016
09:50 AM
08-29-2016
09:50 AM
How to change GET method to POST method in SOAPUI for SOAP API.
I'm testing SOAP API but want to make POST method but I'm not able to change from GET method to POST method.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2016
11:40 AM
08-29-2016
11:40 AM
What type of API are you testing?
Typically, only a Rest API can use methods like GET, POST, PUT, DELETE, etc. Those methods can be changed in the Project tab.
Amber
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2016
01:11 PM
08-30-2016
01:11 PM
SOAP API has a WSDL definition, the method type is defined in the WSDL content, Double click on the two green arrows that is an interface in Project tab> In the tab select WSDL content.
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
