SOAP information request

Hello everyone,

this is my first time dealing with soap calls and I could use some help.

I have read both the uipath documentation and some tutorials on how to handle calls through uipath.

At this point, I only have a URL of this type:

http://d.datareq.com/so/xmld/main/ (fake url)

I have already tried, through the “soap request” activity, to enter the url and url with ?wsdl at the end, and press “get”, but the response is always “There was an error downloading —”

Considering having several services to call, such as:

Service1
Service2
Service3

And I have the names of the services, how do I establish the connection through uipath and pass in an xml as input?
Also, do I need credentials to be able to make the request?

Thanks in advance

Have a look at these links.

Yes, if the API requires authentication, then you will have to provide the appropriate credentials.