cancel
Showing results for 
Search instead for 
Did you mean: 

soap fault: An error occurred when verifying security for the message

0 Kudos

Hi All,

When I try to call a soap API from SAP PO 7.5 i am getting below error but when i tested the payload generated in operation mapping using soap UI it is working fine and giving the proper response.

“SOAP: Response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: An error occurred when verifying security for the message

Below is part of my request xml, there is a webservice security prefixe and namespaces, i acheived the structure using XSLT mapping.

<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsse:UsernameToken>
            <wsse:Username></wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText"></wsse:Password>
         </wsse:UsernameToken>
      </wsse:Security>

I am thinking the issue is coming due to webserive security prefixes.i am using SAP PO 7.5

Can you please help in resolving this issue.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

resolved this issue using XSLT mapping and enabling web security check in receiver soap channel and ICO .

former_member60323
Discoverer
0 Kudos

Hi

could you please explain steps what you have done. I am also facing the same issue.

Thanks in Advance.

Answers (0)