NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-67
Using the HTML/JavaScript Client
filenames, and include the -s switch described in Maintaining the Cookie File
and Simulating Sessions on page 4-11.
Using the HTML/JavaScript Client
For each request definition in the SDL file, the SOAP Admin tool generates an
HTML/JavaScript client you can use for testing. Such a client has a name of the form
described in Generated Files on page 5-8.
The client is very simple. It displays a form that exactly represents the data structure
specified in the DDL. You type values into the data-entry fields, then use the Submit
button to send the request to your SOAP server for TS/MP or NonStop processes. The
client displays the response in similar hierarchical format.
For DDL fields which are marked with @SOAP_BASE64 comment tag, the data
entered in the corresponding HTML text field is automatically converted from UTF-8 to
BASE64.
Note. You can use optional switches for session testing and cookie-file management. For
information about these switches and their use, see Maintaining the Cookie File and Simulating
Sessions on page 4-11.