Introduction to Networking for NonStop S-Series Servers
Internet Applications
Introduction to Networking for HP NonStop S-Series Servers—520670-005
11- 7
NonStop SOAP for Java
time, the SOAP server references the SDR, instead of the SDL document. The
Soap Admin tool then manages the SDR.
•
A tool called Soap Admin, which you use if your XML or SOAP client will
communicate with NonStop TS/MP services. The Soap Admin tool parses an XML
input file conforming to the SDL DTD and can generate a variety of files that you
can use to customize your configuration.
•
Compliance with XML, SOAP, JavaScript, HTTP, and HTML standards.
NonStop SOAP for Java
NonStop SOAP for Java runs on a NonStop server and allows a Simple Object Access
Protocol (SOAP) client to communicate with NonStop Java classes and NonStop
Enterprise Java Beans (EJB). NonStop SOAP for Java allows Java-based services to
be made available in a Web services environment.
NonStop SOAP for Java implements Apache SOAP version 2.2. Apache SOAP is an
open-source implementation of SOAP version 1.1 and the SOAP Messages with
Attachments specifications in Java. Apache SOAP is developed by the Apache SOAP
community. Apache SOAP also provides a client library to invoke SOAP services
available remotely or as a server-side tool to implement SOAP accessible services.
Features of NonStop SOAP for Java include:
•
A configuration file and setup script to install NonStop SOAP for Java under the
iTP WebServer and NSJSP environments.
•
A deployment descriptor file that exposes a service implemented using a standard
Java class (including a normal Java bean) or an Enterprise Java Bean (EJB).
•
Administration tools to generate a SOAP deployment descriptor file for a Java
class or Enterprise Java Bean (EJB). The Administration tools can also be used to
generate WSDL and deploy a Java class or an EJB as a Web service.
•
SOAP client APIs help you build a SOAP client that can invoke a Web service.
•
Support for SOAP attachments on the client and server.
•
Samples which utilize the SOAP for Java features.
•
A tool for tracing SOAP messages.