NonStop SOAP for Java User's Manual
Using the Administration Tools
NonStop SOAP for Java User’s Manual—523860-001
5-7
Using EJB Mode
For example, continuing with the selection of EJBs, you receive the following 
screens: 
4. Create WSDL files for each of the EJBs selected in Step 2. To create a WSDL file, 
the NskSoapManager needs the following:
•
A URI name for the service
•
A target server for the SOAP binding
•
A file name to which the WSDL will be written to
a. Specify a URI name. Each service to be deployed needs a URI name. 
NskSoapManager prompts you to specify a URI for each of the selected EJBs 
in Step 2. You can accept the tool-generated file name or provide a new URI 
name.
To select the URI name generated by NskSoapManager, press Enter. To enter 
a specific URI name, enter the name and press Enter. 
The ComputationEngineBean has the following methods:
  Method[0] = compute
Select the methods that you want to expose in the SOAP service: 0
The PlayerSessionBean has the following methods: 
  Method[0] = bet
  Method[1] = getAvailableMachines
  Method[2] = selectMachine
  Method[3] = signOff
  Method[4] = signOn
  Method[5] = unSelectMachine
  Method[6] = create
Select the methods that you want to expose in the SOAP service: 0,2-4
The PlayerBean has the following methods: 
  Method[0] = getBalance
  Method[1] = decrementBalance
  Method[2] = incrementBalance
  Method[3] = create
  Method[4] = findByPrimaryKey
Select the methods that you want to expose in the SOAP service: 0,2,4
You have selected the following methods from the selected EJBs:
You selected the following methods from the ComputationEngineBean: 
  method[0] = compute
You selected the following methods from the PlayerSessionBean: 
  method[0] = bet
  method[2] = selectMachine
  method[3] = signOff
  method[4] = signOn
You selected the following methods from the PlayerBean: 
  method[0] = getBalance
  method[2] = incrementBalance
  method[4] = findByPrimaryKey
Press C to change your selection or any other key to continue:










