Specifying the Java runtime code for SOAP services and requesters

You can specify whether to use JAX-WS or JAX-RPC for the SOAP services and requesters that are being deployed to the target platform. For background information, see “EGL support for JAX-WS and JAX-RPC.”
  1. Open the EGL Deployment Descriptor editor by double-clicking an EGL deployment descriptor. If you need to create the file, see “Creating an EGL deployment descriptor.”

    The EGL Deployment Descriptor Overview tab is displayed. To display this tab later, click the Overview tab in the lower part of the editor.

  2. Under SOAP service and binding runtime environment, do as follows:
    • If you want to use the older JAX-RPC specification for deploying SOAP services and service requesters, select JAXRPC.
    • If you want to use the newer JAX-WS specification, select JAXWS.

    You can preset the default value, as noted in “Setting preferences for service generation.”


Feedback