@Manhar: That depends on how you can access your legacy app. JMS would be a possibility, but if the web service is used in a synchronous fashion (i.e., a response is expected right away), an asynchronous communications medium like messaging seems the wrong approach. If the web service runs on the same machine as the legacy app, a more direct method is probably possible.
If you have further questions, it is better to start a new
thread, than hijacking this one.
[ October 23, 2005: Message edited by: Ulf Dittmer ]