cancel
Showing results for 
Search instead for 
Did you mean: 

Error signing SOAP request with Axis SOAP Adapter

Former Member
0 Kudos

Hi,

I want to do a SOAP request signed with an application certificate using the Axis SOAP adapter. I have the certificates installed correctly because if I use the XI SOAP adapter it works fine, but if i use the Axis SOAP adapter it returns an exception

com.sap.aii.af.ra.ms.api.DeliveryException: failed to load crypto; nested exception is:

* java.lang.NullPointerException; nested exception is:*

* org.apache.ws.security.WSSecurityException: failed to load crypto; nested exception is:*

* java.lang.NullPointerException*

In Communication Channel Module I have:

action Signature

crypto.view P12cda_geec

handler.type java:com.sap.aii.adapter.axis.ra.handlers.security.WSDoAllSender

pwd.password

signatureKeyIdentifier DirectReference

user CDA_GEEC

Must I install the certificates in another side? wat's wrong?

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem was solved refreshing the CPACache