Hi, I just got Axis2 installed, with Tomcat.
To get started, I built the quickstart sample by running ant, and then I used the Axis admin webapp to upload the StockQuoteService.aar, and that worked, i.e., I can access the web service operations. I wanted to modify the StockQuoteService update operation so that it would return something, so I modified the StockQuoteService.java, and then ran ant again. I didn't see something like "delete a service" in the Axis admin, so I tried uploading the update .aar file, but even after I bounced Tomcat, it looks like it's still using the original StockQuoteService. Also, the WSDL that I get when I got to the ?wsdl URL is still not showing any response for the update operation. So, I am wondering, how do I update a web service that has been uploaded? Thanks, Jim
