Files
Stéphane Nicoll e22a7833d6 Migrate Axis client to Axis2
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
2025-03-14 16:16:40 +01:00
..
2025-03-14 16:16:40 +01:00
2025-03-14 16:16:40 +01:00
2020-08-06 16:17:59 -05:00

= Airline Sample

Features a web service on top of an airline reservation system, backed by a
database. The web service works by using XML Marshalling techniques (JAXB2),
and XPath in combination with XPath queries to pull information from a message.
Additionally, the Airline service has JMS support. All messages follow the
messages.xsd schema.

== Build and deploy

See the main link:../README.adoc[README] for build instructions.

== License

https://projects.spring.io/spring-ws[Spring Web Services] is released under version 2.0 of the http://www.apache.org/licenses/LICENSE-2.0[Apache License].