Forum Discussion

narendraadhikar's avatar
narendraadhikar
Occasional Visitor
8 years ago

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

  • SmartBearAmber's avatar
    SmartBearAmber
    SmartBear Alumni (Retired)

    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.

  • 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.