aspose file tools
The moose likes Websphere and the fly likes Problem in Soap over JMS web service Client in WAS6.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Problem in Soap over JMS web service Client in WAS6.0" Watch "Problem in Soap over JMS web service Client in WAS6.0" New topic
Author

Problem in Soap over JMS web service Client in WAS6.0

Hanuma Deepak Muvvala
Ranch Hand

Joined: Nov 20, 2005
Posts: 157
Hi,

I created a soap over jms web service in WebSphere Application Server 6. And configured all queue connection factories and listeners. I created a web service client and used endpoint url as:
jms:/queue?destination=jms/ABCRequestQueue&connectionFactory=jms/ABCQCF&replyToDestination=jms/ABCReplyQueue&targetService=ABCJmsPort.

I can able to receive response successfully. But my problem is I don't see any messages in reply queue "ABCReplyQueue".But I can see messages in request queue. Even I deleted the reply queue from mq, still it is working. I think my web service server is ignoring the replyToDestination property. I need messages to go through reply queue. Since I am using JMSRouter my web service server is only using jms/WebServicesReplyQCF which points reply queue connection factory and not any specific queue.

Can any body help me of setting reply queue?

Thanks,
Deepak M.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem in Soap over JMS web service Client in WAS6.0
 
Similar Threads
Protocol conversion from SOAP/JMS to SOAP/HTTP using WAS 6.0
Soap over JMS using AXIS
WSDL-Design: "Soap over JMS" + Fault --> Does it make any sense?
Is it possible to have my replyqueue configured on different JMS server from request queue?
SOAP over JMS