Before you build, you can specify which of the wscompile tool's features are applicable to your document-style web service.
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. | - |
The IDE does the following: