Forum Discussion

4 Replies

  • richie's avatar
    richie
    Community Hero
    Hey fardude,

    Why bother with curl? Its just a command line tool to post/get data like wget. SoapUI does the same and more.
    The error response you're getting appears to be cos you haven't got the curl.exe in the path you specify.

    Sorry i should emphasise im not picking holes in your approach, i just dont understand why youre trying to execute a curl request within soapui....it just seems like its adding a layer of complication thst you just dont need.

    Ta

    Rich
    • fardude's avatar
      fardude
      Occasional Contributor

      Thanks Richie,

       

      The login procedure doesn't have a straight up rest API so I couldn't get it work with SoapUI like an endpoint.

      I'm open to other ways.

      • richie's avatar
        richie
        Community Hero
        Erm....soapui does everything curl can do and a lot more. So whstever youre doing in curl you can definitely do it in soapui, you just need to know all the relevant details, just like if you were gonna use curl or wget, etc.

        Ta

        Rich