Forum Discussion
Hey chaitanya509
so you have a SOAP request that you won't to setup in SoapUI - is that correct?
The easiest way to do this is to Import the .wsdl (web service definition language file) which is a file that describes the SOAP webservice, the requests and the endpoint.
Once you've imported the .wsdl, a SOAP Service with the different operations/requests defined in your .wsdl will be automatically generated along with the schema valid payload (also defined via the .wsdl).
you can then create SOAP test steps which are children of the operations/requests defined in the SOAP Service.
That's about it really....you might have to do some additional stuff to enable the authentication on your requests but that all depends on what is contained within your .wsdl file.
SO - first thing you need to do - ask your developers for the .wsdl for the SOAP service you need to create requests for, then import the file and go from there!
cheers
rich