cancel
Showing results for 
Search instead for 
Did you mean: 

JMS protocol with AXIS Adapter

Former Member
0 Kudos

Hi,

I need to configure the sender AXIS adapter to access SonicMQ JMS queues via Open LDAP. I looked at the AXIS Adapter documentation and no examples are provided to access SonicMQ via OpenLdap.

I do see the documentation to access the JMS providers directly by specifying the URL as "jms://ABCD"

but what i am looking for is to access the JMS objects via LDAP. The standard SAP JMS Adapter has the functionality to access JMS via LDAP. but i need to use AXIS adapter for WS-Security

Any help is greatly appreciated

Thanks

Chandra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chandra,

As far as I know, this is not directly supported via SOAP Axis Adapter. But one question which I would like to ask is are you trying to configure WS Security using Axis Handlers or you are trying to use the WS Security provided by SAP PI i.e. configuring Security Profile in the Sender Channel?

If you are trying to do it with Axis Handlers may be you can try using the Adapter modules specified in this link which can be used tto call Axis Handlers. <http://help.sap.com/saphelp_nwpi71/helpdata/EN/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm>. Although documentation says that this is supported for SOAP adapter but you can still try as the message returned is still a valid AF message.

Best Regards,

Pratik

Former Member
0 Kudos

Hi Pratik,

Thanks For your response. yes ..you are right.. i am trying to use WS Username token profile authentication with Sender AXIS Adapter . I tried it for SOAP/HTTP interfaces and it works fine.. now i am trying to do the same for SOAP/JMS interfaces, but looks like JMS thru LDAP is not supported by AXIS Adapter ( JMS thru LDAP is supported by SAP PI JMS Adapter).

I will try your suggestion and update the post ,

Thanks

Chandra

Former Member
0 Kudos

Hi Pratik,

SAP SOAP Adapter does not support JMS protocol, so i cannot really try your suggestion.

Thanks

Chandra