SOAP request over SSL

Hello everyone,

I am trying to use the activity SOAP Request (under App integration). In order to configure my endpoint on the SOAP Request Wizard. I key in my WSDL url which is running on my local JBoss. The web service is running over SSL. So for the authentication on the wizard, I choose Client Certificate where I key in the certificate path (a keystore file or .crt) and also the password.
When I hit invoke I get this error: System.Net.WebException: The request failed with HTTP status 403: Forbidden.
Note that the same configuration is used with SoapUI and it is working fine.

I think UiPath is not reading the client certificate properly.

Any advice?

Many Thanks
Sami

SOAP Request activity seems to be a bit old. You can try using ‘Http Request’ activity instead.

Have a look at this thread.

Thanks,
Rammohan B.