Hi Experts,
I'm working on a synch scenario Proxy <-> PI <-> SOAP Web Service. The web service is working fine from SOAP UI tool after adding the WS-Security Configuration in SOAP UI project.
In SAP PI, using the SOAP Receiver adapter where getting the 500 Internal server error.
Parameter in channel: Target URL, Authentication (User name and Password), provided the Key store and certificate entry. SOAP action is blank, no additional checks was selected. The WS publisher said seems the username and password are not passing to the WS application server. Below is the error message provided.
Error stating “These policy alternatives can not be satisfied: {http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}SupportingTokens {http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}UsernameToken”.
Why the user name and password is not passing in the SOAP request and how to solve this issue. The certificate was downloaded from the following URL and stored in key store.
http://cacerts.digicert.com/DigiCertHighAssuranceCA-3.crt
Thanks!