NonStop SOAP for Java User's Manual

Introduction to NonStop SOAP for Java
NonStop SOAP for Java User’s Manual523860-001
1-3
Creating a NonStop Web Service for Java
2. Deploy. To deploy a component as a Web service you must describe the
component and associated configuration to the NonStop Web service infrastructure
Administration tool, NskSoapManager. You can also use the Apache Admin tool.
You use the Administration tools to create and deploy the SOAP deployment
descriptor file. See Using the Administration Tools on page 5-1.
3. Invoke. To invoke a component requires that you provide and configure the
appropriate transport element(s) over which the Web service messages are
received from and replied to. The only transport supported by NonStop SOAP for
Java is HTTP. Invoking a component requires processing a Web service message,
unmarshalling the message and invoking the appropriate software component
(including parameters, processing the response, marshalling it, and replying back.)
See Using the SOAP Client APIs on page 6-1.