Re: problem occured in message mediation samples

2010-05-15 Thread Heshan Suriyaarachchi
Btw you should specify the addurl correctly. Try running the client with following command. ant stockquote -Daddurl= http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl= http://localhost:8280/ On Sat, May 15, 2010 at 11:12 PM, Heshan Suriyaarachchi < heshan.suriyaarach...@gmail.com>

Re: problem occured in message mediation samples

2010-05-15 Thread Heshan Suriyaarachchi
FYI http://synapse.apache.org/Synapse_QuickStart.html On Sat, May 15, 2010 at 7:40 PM, Subash Chaturanga wrote: > Hi, > I'am new to synapse and built synapse and tried some samples as guided in > the documentation. > > So I started axis2 server and started message mediation samples. > > Sample 0

Re: problem occured in message mediation samples

2010-05-15 Thread Rajika Kumarasiri
You need to build and deploy the SimpleStockQuote service which is inside the samples/axis2Server/src/SimpleStockQuoteSerivice. Switch into that folder and run ant from there. Rajika On Sat, May 15, 2010 at 7:40 PM, Subash Chaturanga wrote: > Hi, > I'am new to synapse and built synapse and trie

problem occured in message mediation samples

2010-05-15 Thread Subash Chaturanga
Hi, I'am new to synapse and built synapse and tried some samples as guided in the documentation. So I started axis2 server and started message mediation samples. Sample 0: Introduction to Synapse* I started the synapse server by - ./synapse.sh -sample 0 inside synapse-home/bin * inside , syna