Axis2 with JMS Transport

2008-06-03 Thread adisesha
s fix/suggestions Thanks in advance _ From: Anthony Bull [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 4:10 AM To: axis-user@ws.apache.org Subject: Re: Axis2 with JMS Transport Your axis2.xml looks correct - as long as your MQ is setup as a JNDI provider. Note that you can

RE: Axis2 with JMS Transport

2008-06-03 Thread adisesha
Anthony, I tried setting JNDI using MQ explorer, resulted in same error. Can you give sample Axis2 client? _ From: Anthony Bull [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 4:10 AM To: axis-user@ws.apache.org Subject: Re: Axis2 with JMS Transport Your axis2.xml looks

FW: Axis2 with JMS Transport

2008-06-01 Thread adisesha
Did any one get time to fix this issue in Axis2? _ From: adisesha [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 11:36 AM To: 'axis-user@ws.apache.org' Subject: RE: Axis2 with JMS Transport Finally it's an error in Axis2. If so do you have any idea who wil

RE: Axis2 with JMS Transport

2008-05-29 Thread adisesha
ser@ws.apache.org Subject: Re: Axis2 with JMS Transport Your axis2.xml looks correct - as long as your MQ is setup as a JNDI provider. Note that you can setup all your JMS stuff in MQ explorer visually if you have the correct support packs installed - you don't need to use the JMS admin

Re: Axis2 with JMS Transport

2008-05-29 Thread Anthony Bull
y, May 29, 2008 11:19 AM To: axis-user@ws.apache.org Subject: Re: Axis2 with JMS Transport   MQ 6.0.2.3 is good as the JNDI provider.  It sounds like you want your web service to respond to the same queue?  I've only done asynchronous web services over JMS, for synchronous I use HTTP,

FW: Axis2 with JMS Transport

2008-05-28 Thread adisesha
More info: SOAP i/p looks like this http://www.w3.org/2003/05/soap-envelope"; xmlns:axis="http://ws.apache.org/axis2";>test _ From: adisesha [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 11:44 AM To: axis-user@ws.apache.org Subject: RE: Axis2 with JM

RE: Axis2 with JMS Transport

2008-05-28 Thread adisesha
)" May be the settings I used are wrong? Can you cross check the axis2.xml & services.xml I have sent? _ From: Anthony Bull [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 11:19 AM To: axis-user@ws.apache.org Subject: Re: Axis2 with JMS Transport MQ 6.0.2.3 is go

Axis2 with JMS Transport is not working

2008-05-21 Thread adisesha
Hi, I am working on given sample http://ws.apache.org/axis2/1_1/jms-transport.html It works fine as a service http://localhost:8080/axis2/services/echo?wsdl . When I tried to execute