Ask for some help ,thanks

2011-08-09 Thread naoh V
Hi I built my webservice on axis2 server. - TestInterface.class public class TestInterface { public String getInfo(String str) { return "webservice:" + str; } } -- -

Re: Ask for some help ,thanks

2011-08-09 Thread vijayaratha vijayasingam
___ From: naoh V To: synapse-...@ws.apache.org Sent: Tuesday, 9 August 2011, 14:29 Subject: Ask for some help ,thanks Hi   I built my webservice on axis2 server. - TestInterface.class public class TestInterface {   public String getInfo(String str) { return

Re: Ask for some help ,thanks

2011-08-09 Thread Ruwan Linton
Hi Vincent, I guess what you want is to do a 2 way communication with JMS where the response from the axis service will be stored in the reply jms queue? right? If so please have a look at the sample #264 [1]; Thanks, Ruwan [1] - http://synapse.apache.org/Synapse_Samples.html#Sample264 On Tue,