NonStop SOAP for Java User's Manual

Using the Administration Tools
NonStop SOAP for Java User’s Manual523860-001
5-8
Using EJB Mode
Once all the URI names are entered (default or user-specified), you must
confirm the selection or re-specify each URI name.
b. Specify a target server. If you have successfully deployed the SOAP service,
NskSoapManager prompts you for the value of the URL of the target server
location where the implementation of the SOAP service will be present. For the
first bean you enter a value for this location. However, for subsequent beans,
the last value entered becomes the default value (you select by pressing
Enter).
c. NskSoapManager automatically generates a WSDL file name for each service.
You can either accept the tool-generated file name (which will be created in the
directory where the tool is run from) or provide a new file name.
To select the tool-generated file name, press Enter. To write to a specific file,
enter the name and location of the target file. If the file exists, its contents are
overwritten.
5. Create SOAP deployment descriptors for each of the beans specified in Step 2.
a. NskSoapManager automatically generates a deployment descriptor file name
for each of the beans. You can accept the file name generated by the
NskSoapManager (which will be created in the directory where the tool
resides) or provide a different file name.
To select the NskSoapManager generated file name, press Enter. To write to a
specific file, enter the name and location of the target file. If the file exists, its
contents are overwritten.
/***********************/
Creating WSDL Files
/***********************/
Enter a URI name for the EJB named
ComputationEngineBean[urn:ComputationEngineBean]:
Enter a URI name for the EJB named PlayerSessionBean[PlayerSessionBean]:
Enter a URI name for the EJB named Player Bean[urn:PlayerBean]:
*** For ComputationEngineBean ***
Enter the target service location:
http://www.pqr.com/servlet_jsp/soap/servlet/rpcrouter
Enter the WSDL file[ComputationEngineBean.wsdl]:
Writing the WSDL contents to ComputationEngineBean.wsdl ........Done
*** For PlayerSessionBean ***
Enter the target service location
[http://www.pqr.com/servlet_jsp/soap/servlet/rpcrouter]:
Enter the WSDL file[PlayerSessionBean.wsdl]:
Writing the WSDL contents to PlayerSessionBean.wsdl ........Done
*** For PlayerBean ***
Enter the target service location
[http://www.pqr.com/servlet_jsp/soap/servlet/rpcrouter]:
Enter the WSDL file[PlayerBean.wsdl]:
Writing the WSDL contents to PlayerBean.wsdl ........Done