!--a11y-->
Rules for Proxy Generation 
This section describes the rules used by the proxy generator for mapping WSDL to generated proxy files. These rules are based on the JSR 101 (JAX-RPC) specification, for the convenience of users who have some experience with this specification. There are also some extensions, which provide much more flexibility and, for example, support for HTTP Post/Get binding, which is out of the scope of JSR 101.
The JSR 101 convention is used for mapping XML names to Java identifiers. Briefly, this convention represents the rules for converting an XML name to a valid Java name and have pure technical meaning as mapping field name to property with getName(), setName() methods. You can download the specification from:

http://java.sun.com/xml/downloads/jaxrpc.html#jaxrpcspec1
