cancel
Showing results for 
Search instead for 
Did you mean: 

help on SOAP 1.2 messages to thirtd party webservice with certificate and usertoken

Former Member
0 Kudos

Hi,

We are using AXIS type to send the SOAP 1.2 format data, we have just changed the payload name spaces prefixes at mapping level towards third party expectations and not touched the SOAP envelope at mapping level and trying to configure the modules as suggested in AXIS FAQs for certificate and user token authentication but we are unable to move further.

the error we are getting currently is

*****************************************************************************************************************************************************

Transmitting the message using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.IllegalArgumentException: object type invalid: class com.sap.aii.adapter.xi.ms.XIMessage

8/8/2013 7:34:23.837 AM Error Message status set to FAIL

8/8/2013 7:34:23.838 AM Error Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.IllegalArgumentException: object type invalid: class com.sap.aii.adapter.xi.ms.XIMessage

8/8/2013 7:34:23.838 AM Error SOAP: call failed: com.sap.aii.af.lib.mp.module.ModuleException: senderChannel c2493a4e87fb3ca0818593543ae9ffad: Catching exception calling messaging system

8/8/2013 7:34:23.838 AM Error SOAP: call failed com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.IllegalArgumentException: object type invalid: class com.sap.aii.adapter.xi.ms.XIMessage

***************************************************************************************************************************************************

the configurations we are done at communication channel is attached below.

Please let us know if specific settings needs to be done on PI server/ or some process needs to be followed in development than we have done.

Thanks in advance for your help.

http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">

UsernameToken (how it will be generated?)

password type is passwordText

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Prasad,

Have you tried to put the module key login like java:com.sap.aii.adapter.axis.ra.handlers.security.LoginHandler

?

Also

java:com.sap.aii.adapter.axis.ra.handlers.security.WSDoAllReceiver instead

com.sap.aii.adapter.axis.ra.handlers.security.WSDoAllReceiver

Regards

Former Member
0 Kudos

yes I have tried but no luck.

Do you think the error I got is similar to the below one?

http://scn.sap.com/message/8492474 ?