HP Integrity NonStop J-Series User Manual
Page 291

Figure 99 Axis2/Java Code-First Implementation
In
, Code-First Approach is used to design and develop a typical application, which
can be exposed as a web service using Axis2/Java.
At design time, the Java class and the service configuration file are created and bundled
together to form an archive file (.aar). The Java class contains the business logic and the
service configuration file, services.xml contains the web service configuration.
At runtime, this archive file is exposed as a web service. Axis2/Java creates a WSDL which
defines the interfaces for the web service and the web service can then be accessed using
SOAP clients on or outside the NonStop platform.
For more information on creating web services using this approach, see
.
Axis2/Java Applications on NonStop
291