cancel
Showing results for 
Search instead for 
Did you mean: 

unable to retrieve keystore profile: SOAP Axis Receiver Adapter error

Former Member
0 Kudos

I am doing a synchronous ECC to Webservices using SOAP Axis receiver.

when i test message from the ECC, I am getting this error in the receiver commuication channel.

Axis: error in invocation: WSHandler: Encryption: error during message processingorg.apache.ws.security.WSSecurityException: Unable to retrieve keystore profile; nested exception is:

org.apache.ws.security.WSSecurityException: profile is null; nested exception is:

org.apache.ws.security.WSSecurityException: WSHandler: Encryption: error during message processingorg.apache.ws.security.WSSecurityException: Unable to retrieve keystore profile; nested exception is:

org.apache.ws.security.WSSecurityException: profile is null


what should be done. is there any username and password configured

Accepted Solutions (1)

Accepted Solutions (1)

nitindeshpande
Active Contributor
0 Kudos

Hello Midhun,

Are you using WSSE? If not, then please uncheck this check box. If you check this check-box then you need to provide the Keystore Entry in your ICO.

This option is used for Signing and Encryption . You can read more about it here -

Regards,

Nitin

Former Member
0 Kudos

Hi Nithin

thanks for the help!

I am copying an existing interface to a new roll out.

I get a digitally signed xml file, wsdl file, from ECC and I have to encrypt that data and send to the bank. The bank will reply with a result.

For encryption the bank has given a certificate and we have uploaded that in NWA under trusted CAs. However I have not given any link to that certificate in the receiver soap axis communication channel..

I have not selected the one you said in the ICO, in fact I don;t even have that option to select.

I think this is a configuration error as the communication channel is in error when i ping the channel from communication channel monitor.

I have attached two swcreenshots of the channel configuration and can you please check whether it is correct..

i wonder whether we have to refer to the certificate in nwa or else how can it be encrypted

Answers (0)