Building a JAX-RPC Document-Style Web Service

See Also 

Before you build, you can specify which of the wscompile tool's features are applicable to your document-style web service.

To build a JAX-RPC document-style web service:
  1. Right-click the project node in the Projects window and choose Properties.
  2. In the Project Properties dialog box, select the Web Services page.
  3. Type or select the wscompile features relevant to document-style web services:
    Feature Description Required?
    documentliteral Use this to specify in the WSDL file that the web service is of style "document".

    By default, all web services that do not have at least one operation are compiled as document-style web services.

    Yes
    donotoverride No regeneration of classes that already exist on the classpath. No
    noencodedtypes Not applicable. -
    nomultirefs Turns off support for multiple references. No
    rpcliteral Not applicable. -
    serializeinterfaces Turns on direct serialization of interface types. No
    strict Generates code strictly compliant with the JAX-RPC Specification. No
    useonewayoperations Not applicable. -
  4. Click OK.
  5. Do one of the following to build the web service:
  6. The IDE does the following:

  7. Analyze the WSDL file. If necessary, reset the wscompile tool's features and build the web service again.
See Also
About Web Services

Legal Notices