Hi ,
We have Web application Server 7.1 in landscape which is Using JMS over SOAP.
So we need to pick this data from JMS and pass it to SAP PI.
So Now question which drivers need to deploy for the same ???
Websphere Guy told me to Use folloing parameters in Channel ..
Transport Protocol : Access JMS Provider with JNDI
Message Protocol : JMS 1.x
JNDI Lookup name for QueueConnection Factory : READ/XML/SAPMM/import_CF
JNDI Lookname name for JMSQUeue : Read/XML/SAPMMImport_SEND_D
Name of JNDIinitial Context factory : com.ibm.websphere.naming.WsnInitialContextFactory
JNDI Server Address : iiop://10.X.X.X:2809.
For which he told me to deploy three file .
naming.jar
namingclient.jar
com.ibm.ws.runtime.jar
but still it is not working ... i am getting following error
Channel error occurred. Detailed error (if any) : com.sap.aii.adapter.jms.api.connector.ConnectorException: Error creating initial context with environment: {java.naming.provider.url=iiop://10.X.X.115:2809, java.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory,
javax.naming.NoInitialContextException: Cannot instantiate class: com.ibm.websphere.naming.WsnInitialContextFactory<br> at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.createInitialContext(JndiConnectorImpl.java:65)
Please help , what sh
Regards
PS