UIPath SOAP (Post) request?

The most simple way to handle your request is to make Text File contains your XML Request - you can take it copy and past from soap application - then on every attribute value you need to be variable and will be changed you can add that in Text file - check sample screen below of that -
image

when create your sequence you will handle as below
1- Read Text File.
2- Make Replacement for any attribute you need.
3- Add HTTP Request and in body add the output of Read Text File.
it should work please try and update us if you still have issue.
also there another way but i consider it hard and complected and its to build XML name space using UiPath from scratch i also will add to your video for that if you need to check it.

Hope my answer stasify you needs and if still something not clear just update us :slight_smile:

3 Likes