Hi everyone,
I try to make a soap call to a WebService that is secured by SSL double authentication (mutual authentication) and I can’t figure a way to go through this.
With SOAP Request activity I’ve got 2 problems :
- I don’t see where to give the client certificate Password
- My webservice method takes a complex object as a parameter so with this activity it don’t seems to be possible.
With HTTP Request, with a manually created XML payload the problem is that I can’t manage to give the client side certificate.
Anyone runs into a similar Issue?