web service invokation notification
Hello,
I have an Axis 1.4 web service framework installed with my tomcat5.5 server. It works fine. I can invoke the methods which are published as web services.....but I would like to know if a certain web service method is invoked. I would like to make a kind of observer on a web service method.
i.e. A have the addOrder(Order o) method published(among many others) as a web service which inserts an order in a Mysql server database. I want to write an observer application which would list all the orders as soon as they are introduced in the database with this method. My client which invokes the addOrder() method runs on another machine.
Please let me know if you've got any ideas.
Thanks,
@tticus

