Thanks for your answer.
It didn’t the “load” or “Get”. It’s like UIPath can’t give me the webservice “operations” or functions. You know the “SendRequest” and “GetRespone”.
I’ve opened the endpoint in a browser and I it seems like I need to “Open a Client()” before an applikation can use it.
In general, if you manage to have to wsdl file stored on your hard drive, it should work with UiPath Studio as well (given that the instruction is for Visual Studio).
I followed the description when I tested the connection in SOAPUI and it works fine. The problem is that UIPath doesn’t to “resolve” the wsdl correctly so it can give me the operations GetRequest and SendResponse for the webservice.
UIPath says that “wsdl file/document contains links that could not be resolved.”
@loginerror
I stand corrected on “6.1”. I didn’t need to save and do find/replace with SOAPUI.
I followed “6.1” and thru to the end.
This fixed the “load/get” problem. THANKS!!!
An additional question:
How you I convert my String variable with all my xlm in to XmlElement.
It seems like the “Deserialize XML” only creates an XmlDocument, so how do I get the XmlElement out of a XmlDocument?