cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP error in XI

Former Member
0 Kudos

Hi All,

Scenario is Webservice -> SAP XI -> SAP ECC.

When webservice is sending message XI, Its reaching to XI and failing in XI.

Its giving following error in XI:

N *** ERROR => SsfVerify failed (see note 1055856). [ssoxxsgn.c 144]

N SsfVerify returned 5 :: SSF_API_SIGNER_ERRORS :: Error during verify - signer error.

N SSF LIB returned 26 :: SSF_API_NOCERTIFICATE :: Certificate not found.

N *** ERROR => ValidateTicket failed with rc = 5 and ssf_rc = 26. [ssoxxapi.c 227]

N *** ERROR => Ticket validation failed with rc = 5 and ssf_rc = 26. [ssoxxkrn.c 989]

Can some one help me here?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In Soap Receiver Agreement you have provided the Keystore View and Key store Entry.

Check whether the certificate name you have provided is present in the given Keystore View

in Keystore service of Visual Administrator. It could possible that, certificate is not present in the given

Keystore View or it might be missing or not imported properly.

Regards,

Rajendra

Answers (3)

Answers (3)

Former Member
0 Kudos
former_member192295
Active Contributor
0 Kudos

Hi,

I think the error is related to certificates verification failure. Check with basis team whether they are configured certificates properly or not between sender & receiver.

Former Member
0 Kudos

Hi,

the SOAP message seems to use some certificate authentication, right? You need to check whether this has been configured correctly in your XI system.

Pls check note 1055856 as stated in error message.