+

Search Tips   |   Advanced Search

Configure webservices.xml for JAX-RPC web services


Overview

For JAX-RPC web services we configure the deployment descriptors so that the application server can process incoming web services requests.

For web services from JavaBeans, develop JavaBeans deployment descriptor templates from a WSDL file. For web services from an enterprise bean, develop EJB deployment descriptor templates from a WSDL file. When the JavaBeans implementation is complete, the WAR file is assembled. When the EJB implementation is complete, the enterprise bean JAR file is assembled. These archive files contain webservices.xml. The archive files must be assembled before we can configure webservices.xml.


Configure webservices.xml

  1. Start an assembly tool.
  2. Enable Java EE and Web categories.
  3. Import WAR files to the assembly tool.
  4. Configure the deployment descriptor.
  5. Configure the ibm-webservices-bnd.xmi deployment descriptor.


Related :
Development and assembly tools

  • Develop JAX-RPC web services deployment descriptor templates for a JavaBeans implementation
  • Develop JAX-RPC web services deployment descriptor templates for an enterprise bean implementation
  • Complete the JavaBeans implementation for JAX-RPC applications
  • Complete the EJB implementation for JAX-RPC applications
  • Configure the ibm-webservices-bnd.xmi deployment descriptor for JAX-RPC web services