Forum Discussion

AnandKiran's avatar
AnandKiran
Frequent Contributor
17 years ago

Can we send XML request instead of a SOAP request through SOAP UI

Hi Ole ,

            I have a small query in normal scenarios we are sending request in the form of SOAP message . Can we send a Normal XML request with no soap information . Is it possible .

Kindly clear me in this area . Correct me if i am wrong

Thanks
With Regards
Anand Kiran G

3 Replies

  • You can send a request without the soap envelope, you will just need to remove the soap:Envelope, soap:Header and soap:Body tags.

    It will still get sent as xml+soap, according to the content header.

    /Nenad
    http://eviware.com
  • AnandKiran's avatar
    AnandKiran
    Frequent Contributor
    Hi Nenad ,
                    Thanks a lot for your response .
  • Hi,

    alternatively you could use the REST functionality to tailor your HTTP request exactly as you want it in regard to headers, verb, etc..

    regards!

    /Ole
    eviware.com