Create a stub from the acquired WSDL. To create a stub, you use the WSDL2Java command provided by Cosminexus as a development support command.
A command input example (when the WSDL style is rpc-literal) follows.
WSDL2Java cscmsg_ws.wsdl |
If the WSDL style is document-literal, replace cscmsg_ws.wsdl in the above example with cscmsg_ws_doc.wsdl.
For details about the options in the WSDL2Java command, see the manual Cosminexus Application Server SOAP Application Development Guide.
Executing this command creates the following directory and files:
/current-directory |