Before you build, you can specify which of the wscompile tool's features are applicable to your RPC-style web service.
Feature | Description | Required? |
---|---|---|
documentliteral | Not applicable | - |
donotoverride | No regeneration of classes that already exist on the classpath. | No |
noencodedtypes | Encoding rules are defined in the XML Schema.
By default, RPC-style web services have their encoding rules defined in the SOAP 1.1 Specification. With this feature, it uses the XML Schema defined in the types element for encoding purposes instead. | No |
nomultirefs | Turns off support for multiple references. | No |
rpcliteral | Use this to specify in the WSDL file that the
web service is of style "rpc".
By default, all web services that have at least one operation are compiled as RPC-style web services. |
Yes |
serializeinterfaces | Turns on direct serialization of interface types. | No |
strict | Generates code strictly compliant with the JAX-RPC Specification. | No |
useonewayoperations | Methods with void return types are mapped as one-way operations. | No |
The IDE does the following: