Hi Seba You have to use transportation handlers for carrying the SOAP message over JMS and a create listener class to get the JMS message and take care of the invocation. I am including link form the net, download the code snippet provided along with it. You have to make some small changes to fit sonic MQ. Here an instance of axis engine is created by the JMSSOAPListener class and the service is invoked...you can send the SOAP request over input stream instead.
http://www-106.ibm.com/developerworks/webservices/library/ws-jms/ Cheers Krish From: Sebastian Urbanski [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 12:10 PM To: [EMAIL PROTECTED] Subject: Re: JMS problem Hi Krish Thanks for your answer. I'm newbie in webservices technology My axis version is 1.1. Tomcat 4.1.24. I try run axis on Tomcat 5.0.16 but it doesn't work. Sonic 4.0.2. My JMS system is work (another people do it). I only have to connect to this JMS my webservice. Client to connect with webservice is form on web page (struts, servlet or jsp). From web form to webservice is soap transmission. From webservice to Sonic is JMS messages transmission. From Sonic to webservice is JMS messages transmission. From webservice to web(struts, servlet or jsp) is soap transmission. In struts I can transform soap messages to html and vice versa (no problem). I have problem with webservice...how I can do it? When I send message to Sonic (any thread). Thank for opinion and help. P.S. Sorry for my english regards, seba Krishnendu Kunti wrote: > Hi Seba > Can you explain your scenario in bit more detail? We have done some work > in the same area...maybe it can help provided I understand your scenario > Cheers > Krish > > -----Original Message----- > From: Sebastian Urbanski [mailto:[EMAIL PROTECTED] > Sent: Monday, April 19, 2004 12:42 PM > To: [EMAIL PROTECTED] > Subject: JMS problem > > Hi, > > I need do webserwice which for (soap reaquest from www client) connect > to JMS (send message to Sonic 4.0.2 - JMS is ready and work). After > answer message (from JMS), this webserwice must return answer to www > client. How I can do it? Axis + Tomcat is good framework? Maybe somebody > > have example the same or similar problem? > I try JMSTest but there is only connection (there not messages with > sonic :(). Thanks for help. > > regards, > seba > > > >