Installing axis2/java framework, Prerequisites, Nonstop system – HP Integrity NonStop J-Series User Manual
Page 183: Windows system, Figure 75

Figure 75 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
Installing Axis2/Java Framework
This section discusses the steps required to complete the following activities:
1.
“Installing Axis2/Java on NonStop” (page 184)
2.
“Deploying and Running Axis2/Java Sample Applications on NonStop” (page 189)
Prerequisites
Before getting started, make sure that you have the requisite software installed on your NonStop
and Windows system.
NonStop System
The following software must be installed on your NonStop system:
•
NonStop iTP WebServer version 7.x or later
•
NSJSP version 6.1
•
NSJ version 6.0
Windows System
The following software must be installed on your Windows system:
•
JDK version 1.5 or later
•
Ant version 1.7.0 or later
Installing Axis2/Java Framework 183