Forum Discussion

suren343's avatar
suren343
New Contributor
7 years ago

how to convert soap request to curl

I am using SOAP UI 5.4.0 and would like to know, how to convert a soap request to curl command , to test it on server.

3 Replies

    • jonas_d's avatar
      jonas_d
      Established Member

      I think the question was : is it possible to generate a 'ready-to-use' cURL request from a Soap request in SoapUI. Something like 'copy as cURL'.

       

      As far as I know this isn't possible in SoapUI or ReadyAPI.

       

      I usually use Postman to recreate my Soap request, test it and then use the 'generate code snippets' feature to just copy the entire request as cURL.