wsdl2java.bat详细使用指南 (三)

2014-11-24 10:43:45 · 作者: · 浏览: 4
nt within the request message gets its own Java parameter, while non-wrapper style means that a single Java object containing all the data elements serves as the lone parameter to the web service method call. (See Figure 2.2 of the specification for an example.) Also, note the wrapper style is not always available, the WSDL criteria specified in Section 2.3.1.2 ("Wrapper Style") of the specification must be met or only non-wrapper style will be generated.

Q: What else can I change with the JAXWS customization binding file

A: You can find the full list of customization items in Chapter 8 of the JAX-WS Specification.


Using maven to generate java code from WSDL
see cxf-codegen-plugin

See Also