We are trying to send messages using Soap over JMS.
For this the we have tried implementing the below mentioned steps :
1) Configured broker as JMS Provider. (Configured in MWS)
a) Configured new Connection Factory in Broker.
b) Configured new Providers.
c) Configured new Destination.
d) Created New client Group.
e) Created New document Type.
2) Created New JMS configurations . (Configured in IS)
a) Created new JNDI Provider Alias Definitions.
b) Created new JMS Connection Alias Definitions.
c) Configured new JMS trigger .
d) Configured Web Service Provider Endpoints List using JMS.
e) Configured Web Service Consumer Endpoints List using JMS.
3) Created a flow service to add 2 number in Designer.
4) Created a Provider WSDL for the flow service using the soap as protocol and JMS as transport option.
5) Created a Consumer WSDL and tried to consume the Provider using soap over JMS.
While executing the Consumer flow service I am getting the error as :
com.wm.app.b2b.server.ServiceException: org.apache.axis2.AxisFault: Unable to send SOAP-JMS message. Required configuration is missing: jndiProperties
at pub.clientimpl.wssClient(clientimpl.java:3117)
at pub.clientimpl.soapClient(clientimpl.java:1347)
at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:443)
Please provide us with the suggestions/ Solutions if u have come across this error or have used broker as JMS Provider earlier.
need help consuming JMS messages from Websphere 8.0 currently Web methods (Broker/Integration Server) is providing queue service. could not find much from IBM docs.
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
MITHILESH
Hi All,
We are trying to send messages using Soap over JMS.
For this the we have tried implementing the below mentioned steps :
1) Configured broker as JMS Provider. (Configured in MWS)
a) Configured new Connection Factory in Broker.
b) Configured new Providers.
c) Configured new Destination.
d) Created New client Group.
e) Created New document Type.
2) Created New JMS configurations . (Configured in IS)
a) Created new JNDI Provider Alias Definitions.
b) Created new JMS Connection Alias Definitions.
c) Configured new JMS trigger .
d) Configured Web Service Provider Endpoints List using JMS.
e) Configured Web Service Consumer Endpoints List using JMS.
3) Created a flow service to add 2 number in Designer.
4) Created a Provider WSDL for the flow service using the soap as protocol and JMS as transport option.
5) Created a Consumer WSDL and tried to consume the Provider using soap over JMS.
While executing the Consumer flow service I am getting the error as :
com.wm.app.b2b.server.ServiceException: org.apache.axis2.AxisFault: Unable to send SOAP-JMS message. Required configuration is missing: jndiProperties
at pub.clientimpl.wssClient(clientimpl.java:3117)
at pub.clientimpl.soapClient(clientimpl.java:1347)
at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:443)
Please provide us with the suggestions/ Solutions if u have come across this error or have used broker as JMS Provider earlier.
Thanks
Raj Kumar
Can you re-check your JNDI configurations...
http://idnxchange.com/forum/broker-jms/161-webmethods-broker-jms-connection-configuration-and-jndi-details.html
krishna
need help consuming JMS messages from Websphere 8.0 currently Web methods (Broker/Integration Server) is providing queue service. could not find much from IBM docs.