Forum Discussion

faisalkarim's avatar
faisalkarim
Occasional Contributor
10 years ago

How to convert curl command to a SoapUI request?

Here is my curl command 

 

curl -k https://hostname/auth/login -d username=userName -d password=myPassword

 

Where in SoapUI to mention -k option also where to add the -d in the request?

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    If you are SoapUI Open Source user, then you must be posting the questions in SoapUI Open Source forum. Ignore otherwise.

    In SoapUI tool, you need to create a project using your wsdl, or wadl file which will add the interfaces. Then you can add the test suite, and test case, test step of your intended type. If it is soap request type you would see properties on left bottom which includes username and password. Hope this helps.
    You may also look at the soapui documentation to get started.