web service consume error

0
Caused by: javax.xml.ws.soap.SOAPFaultException: com.sun.xml.wss.XWSSecurityException: com.sun.xml.wss.XWSSecurityException: java.lang.RuntimeException: An Error occurred while locating PEER Entity certificate in TrustStore unable to bypass this error -- its just a Basic authentication
asked
1 answers
3

Looks like a certificate problem.

Is it a webservice over HTTPS? If so, did you add the certificate? From the modeler this can be done via the Project Settings > Certificates tab.

From the MendixCloud this option is available under Deploy > Select environment > Network > Add authority.

answered