Hi Guys,
I’m new to UiPath and currently trying to put together a proof of concept to so how we can use UiPath to automate our regression testing.
I’m currently having issues posting a SOAP request via the HTTP Request activity
I found this topic covered here UIPath SOAP (Post) request? - Help / Studio - UiPath Community Forum
and Mohamed’s solution sounds like it should work for me however i keep getting this error
“HTTP Request: Input string was not in a correct format.”
I have created a .txt file with the soap request directly out of SoapUi (which works)
the activities then Read the text file and output it to a string variable
this variable is then used as the body in my HTTP request.
any ideas what i’m doing wrong ?
Thanks in advanced