I am getting an issue when I try to perform a local WSDL. It occurs inside the Studio “SOAP Resquest Wizard” and the package “UiPath.WebAPI.Activities”.
I tried to invoke the button in Studio Wizard to test it but I got an error message "“Exception has been thrown by the target of an invocation.”.
And when I try to perform my sequence, the SOAP request step got another error “SOAP Request: There was an error in compiling the proxy code”
Does anybody know how to deal with this kind of situation?
No, the wsdl is deployed in (IBM BPM Server) which is “https” protocol, I am not sure if it is relationed but I also tried to use “http” mocking the wsdl in SoapUI but I got the same situation.
I took some pictures that is showing my environment.
Yep, that’s the way i did it. I have the wsdl xml file on disk and opened it in the soap acitivty. Clicking “Get” gives the error message “There was an error in compiling the proxy code”.
In the meanwhile i created a Library and added a “New Service” with the same WSDL. After pressing “Load” it shows me a bit more
but again there is an error message “Service operations are not found” and i cannot save the Service. As mentioned before it works in SoapUI.