unsubscribe

2010-02-01 Thread jack nimble
unsuscribe

Printing out to the log on Tomcat

2010-01-22 Thread jack nimble
Hi all, I'm managed to get the userguide example working for Axis2. However, to validate that the changes I make to the service are actually working, I would like to print something to the tomcat console. So far, it hasn't worked, using a simple System.out.println("xyz"); I grep the logs and it's

Best way to build an "async" service

2010-01-21 Thread jack nimble
Question 1: Can someone point out an of an client using an async service? i.e. the service itself is async. Question 2: I'm putting together a web service which will accept a batch of XML, which could be pretty big, and put it onto a jms queue for processing. It's turning out to be a bit more co