Forum Discussion

pavanai's avatar
15 years ago

Sending Get requests

I imported a wsdl file using soapui and was trying to execute one of the methods. It is giving me a Http:405 error which some suggested might be due to the fact that the request sent from SoapUI is a POST request. So how can i change the type of request sent to a GET request..
  • arunasfo's avatar
    arunasfo
    New Contributor
    On soapui, double click the request, and change the HTTP method type from the drop down on the right panel's upper left corner.