How to create SOAP requests with nested XML

Hello,

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 :

I certainly must be doing something wrong but I can’t find what.

Any help would be greatly appreciated :slight_smile:

Thank you in advance !

PS. : English is not my first language so sorry if there are any mistakes

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.

Is there any solution that can solve this issue?