Hi,
I’m trying to connect to APi by SOAP Activities. I’m using “SOAP Request” and type a required data:
and i’m getting the following error:
So I try the second approach (using this thread: SOAP Request - maybe HTTP Request - To Navision 2018 Soap webservice)
I’m using HTTP Request. Type my wsdl to EndPoint:
In SoapUI i have SOAPAction:
which I put in the header:
Request from SoapUI i’m converted to String and pasted in “Body”:
This method also doesn’t work.
Except for UIPath, everything works, but it doesn’t. Anyone have an idea?