When a SOAP web service interface is of document style, we used to use wsgen utility (a binary tool released with JDK) to generate, from the SIB (Service Implementation Bean) the artifacts - usually Java classes. These Java classes represent request and response of the operations the web service provides. You can think of these Java classes as the counterparts of XSD types.
The underlying...