For a SOAP webservice we need to use, certificate based authentication needs to be implemented. To get this done I have taken the following steps:
Uploaded the certificate authority certificate of the external webservice in the Mendix cloud sprintr. This should allow the cloud to trust the certificate of the external service
Uploaded the PKS certificate in the cloud environment and under the details tab I have added the webservices that it should use in the form module.webservicename
Restarted the application so the changes can be made
Now I get the following error back when calling the service:
xmlns:a="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">a:InvalidSecurity
<s:value>s:Sender</s:value>
An error occurred when verifying security for the message
A search on google only gets me that it could be a problem with server time. But I do not know how I can test/verify this in the Mendix cloud.
The error does not specify any extra information on what when wrong with sercurity verification. Does anyone have suggestions on how to get more debug information or what the issue could be?