Linking ActivityML to Mathematical Web Services
step 2: build a little confidence here first
Go directly to the AXIS2_HOME/samples/quickstart according to the 'Deploying POJOs' section, 'ant' was built (mainly un-zip/un-tar the downloaded package - version 1.7.0 and set the paths accordingly) and the build was successful.
The WSDL file was built and so is the StockQuoteService.aar. References to 'localhost:8080' in the WSDL file were modified to point to the real domainname. I don't think it has any effect with respect to using the StockQuote service.
Service saas001, based on the StockQuote Service, was deployed successfully after fixing some typos in the WSDL file. The service provides a conversion from an IpAddress to the Country of which this IpAddress is assigned by ICANN as update to a certain date when the database is created. Of course, there is no database associated at this time.
Next step is to deploy the other samples in the distribution, and then slowly pick up the finer details of axis2 (e.g., how to add the XSL for the responses)