Home

 

Creating a skeleton Web service

RAD v7.5 provides the functionality to create Web services from a description in a WSDL (or WSIL) file:

JavaBean from WSDL: The Web services tools assist you in creating a skeleton JavaBean from an existing WSDL document. The skeleton bean contains a set of methods that correspond to the operations described in the WSDL document. When the bean is created, each method has a trivial implementation that you replace by editing the bean.

Enterprise JavaBean from WSDL: The Web services tools support the generation of a skeleton EJB from an existing WSDL file. Apart from the type of component produced, the process is similar to that for Java beans.
ibm.com/redbooks