This commit migrates the Airline client to Axis2. The biggest problem was that Axis2 parses date differently and always adds a timezone. As a result, the input string is no longer compliant with ISO 8601. The server has been updated to tolerate both that format and the one with a timezone attached. The build is also simpler as it leverages the Axis2 wsdl2code maven plugin, rather than calling wsdl2java via ant. Closes gh-16
SPRING WEB SERVICES This directory contains a Java client for the Airline Web Service that uses JAX-RPC. The client can be run from the provided ant file, by calling "ant run". SAJA Client Sample table of contents --------------------------------------------------- * src - The source files for the client * build.xml - Ant build file with a 'build' and a 'run' target