I am trying to encrypt the message. ECC to webservices synchronous scenario.
Client has given three certtificates, root,domain and intermediatary. I created a new keystore and imported them all in that
I am using SOAP adapter as receiver. I enabled wssec in security settings in communication channel.
In the ICO, I have selected encrypt for the request message and I am not doing anything to the response message. I am gettiing this error.
Error while valdiating the digital signature. The error was com.sap.security.core.ws.wss.NoSecurityHeaderException No wsse:Security header has been defined for role soap:finalActor. Please verify the policy configuration..; To-String: com.sap.aii.security.lib.exception.SecurityException: SecurityException in method: run(). Message: [com.sap.ASJ.wssec.030197
Can this requirement be met without using axis handlers.
Do I have to follow this blog for encryption too?