I wrote an application that is a JMS listener. Part of processing the msgs that is consumes involves a call to a web service - but when I originally created the application I did not create it as a web app. Is it possible to add a simple web service call to the app without it having a web.xml file, etc?