WS client certificate

2
Hi,    I’m trying to implement WS-Security while consuming a payment web service. I see there is a client certificate configuration in the (Call Webservice) activity, but no idea what this option does with the soap request.   Could you please let me know what the “CLient certificate” option does exactly?  and how to implement WS-Security in Mendix (encrypting and signing the soap request)?   Thanks in advance.
asked
2 answers
0

Hi Ahmed,

 

I suggest having a look at the following:

https://docs.mendix.com/howto/integration/use-a-client-certificate/

https://docs.mendix.com/developerportal/deploy/certificates/#outgoing-client-certificates

 

answered
0

Hi,

I get it done.

Unfortunately, there is no pre-built method for applying WS-Security signing and encryption.

To accomplish WS-Security, I used Java code that utilizes the following libraries (Axis2, Axiom, Neethi, Rampart) to consume the endpoints. Among these libraries, Rampart specifically handles the signing and encryption of both incoming and outgoing requests.

answered