I’m trying to create a Soap request but I’m stuck because my input is a big nested XML and not a simple string like in the example I found on the UiPath documentation.
I’ve found this topic :
And in it the advise to use HTTP request and add the soap question into the “Body” property.
(the soap question I copied in it is the one I use with SoapUI for my tests)
But when I do this and execute the sequence, I get this error :
Have you already solved this issue? I also need to call the SOAP request with complex structure like you. I also set the soap envelop in the body of Http Request. But still error and not working.