Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-help or -h

-help or -h

Can be used to obtain the help information.

--databinding

-databinding <jaxb or aegis>

Can be used to specify the data binding (jaxb or aegis). By default it is jaxb for jaxws frontend, and aegis for simple frontend.

-frontend

-frontend <jaxws or simple>

Can be used tp specify the frontend. Jaxws and the simple frontend are supported.

-wsdl

-wsdl

Can be used to generate the WSDL file.

-client

-client

Can be used to generate client side code

-server

-server

Can be used to generate server side code

-ant

-ant

Can be used to generate an Ant build.xml script

-wrapperbean

-wrapperbean

Can be used to generate the wrapper and fault bean

-o

-o <output-file>

Can be used to specify the name of the generated WSDL file.

-d

-d <resource-directory>

Can be used to specify the directory in which the resource files are located. The wsdl file will be placed into this directory by default.

-s

-s <source-directory>

Can be used to specify the directory in which the generated source files (wrapper bean ,fault bean ,client side or server side code) are located.

-classdir

-classdir <compile-classes-directoty>

Can be used to specify the directory in which the generated sources are compiled into. If not specified, the files are not compiled.

-cp

-cp <class-path>

Can be used to specify the SEI and types class search path of directories and zip/jar files.

-soap12

-soap12

Can be used to indicate that the generated WSDL is to include a SOAP 1.2 binding.

-t

-t <target-namespace>

Specifies Can be used to specify the target namespace to use in the generated WSDL file.

-beans

-beans <pathname of the bean definition file>

 

-servicename

-servicename <service-name>

Can be used to specify the value of the generated service element's name attribute.

-portname

-portname <port-name>

Can be used to specify the port name to use in the generated WSDL.

-address

-address <address>

 

-createxsdimports

-createxsdimports

Output Can be used to output schemas to separate files and use imports to load them by imports instead of inlining them into the wsdl.

-v

-v

Can be used to display obtain the version number for the tool.

-verbose

-verbose

Can be used to display comments during the code generation process.

-quiet

-quiet

Can be used to suppress comments during the code generation process.

<classname>

<classname>

Can be used to specify the name of the SEI class.

...

-classpath or -cp

-classpath <path> or -cp <path>

Specifies Can be used to specify the location of the service implementation class.

-d

-d <directory>

Specifies Can be used to specify where to place the generated output files.

-extension

-extension

Specifies whether Can be used to allow custom extensions for functionality not specified by the JAX-WS specification. Use of the extensions can result in applications that are not portable or do not interoperate with other implementations. Here is a list of the extentions available:

  • -XadditionalHearders
  • -Xauthfile
  • -Xbebug
  • -Xno-address-databindling
  • -Xnocompile

-help

-help

Displays Can be used to obtain the help information.

-keep

-keep

Specifies whether Can be used to keep the generated source files.

-r

-r <directory>

This parameter is only used in conjunction with Can be used to specify the directory in which generated WSDL file is placed. This parameter is only used in conjunction with the -wsdl parameter. Specifies where to place the generated WSDL file.

-verbose

-verbose

Specifies Can be used to output messages about what the compiler is doing.

-version

-version

Prints Can be used to obtain the version informationnumber. If you specify this option, only the version information will be output and normal command processing will not occur.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b97dae07cfe99560-eb36ade3-4ff24519-9f74a4e2-e8dc08500175ad23135110c3"><ac:plain-text-body><![CDATA[

-wsdl

-wsd [:protocol]

By default, wsgen does not generate a WSDL file. This optional parameter causes wsgen Can be used to force wsgen to generate a WSDL file and is typically only used to allow by a developer to review a WSDL file before the endpoint is deployed. By default, wsgen does not generate a WSDL file. The protocol is optional and specifies the protocol used in the wsdl:binding. Valid values for protocol are soap 1.1 and Xsoap 1.2. The default value is soap 1.1. The Xsoap 1.2 value is not standard and can only be used in conjunction with the -extension option.

]]></ac:plain-text-body></ac:structured-macro>

-servicename

-servicename <name>

This parameter is only used in conjunction with the -wsdl option. Specifies Can be used to specify a wsdl:service name to be generated in the WSDL file.

This command can be used with some extentions:

  • -XadditionalHearders
  • -Xauthfile
  • -Xbebug
  • -Xno-address-databindling
  • -Xnocompile

This parameter is only used in conjunction with the -wsdl option.

Generating JAX-WS artifacts from WSDL

...

Option

Usage

Description

-help or -h

-help or -h

Displays Can be used to obtain the online help for this utilityinformation.

-fe

-fe <frontend-name>

Specifies Can be used to specify the frontend. Default By default it is JAXWS frontend. Currently supports only JAXWS frontend is supported.

-db

-db <databinding-name>

Specifies the databinding. Default is JAXB. Currently supports Can be used to specify the data binding. By default it is jaxb. Currently only JAXB databinding is supported.

-wv

-wv <wsdl-version>

Specifies Can be used to specify the wsdl version. Default By default it is WSDL1.1. Currently suppports only WSDL1.1 version is supported.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="747134d3a0bb066c-f9d03f2f-42084574-a4bd8cf2-c64746165166de1cd6d3336f"><ac:plain-text-body><![CDATA[

-p

-p <[wsdl-namespace = ] package-name>*

Specifies Can be used to specify zero , or more , package names to use for the generated code. Optionally specifies the WSDL namespace to package name mapping.

]]></ac:plain-text-body></ac:structured-macro>

-sn

-sn <service-name>

The Can be used to specify the WSDL service name to use for the generated code.

-b

-b <bindling-file-name>

Can be used to specify Specifies zero, or more, JAXWS or JAXB binding files. Use spaces to separate multiple entriesmore than one entry.

-catalog

-catalog <catalog-file-name>

Specify Can be used to specify catalog file to map the imported wsdl/schema.

-d

-d <output-directory>

Specifies Can be used to specifies the directory into which the generated code files are written.

-compile

-compile

Compiles Can be used to compile generated Java files.

-classdir

-classdir <compile-classes-directory>

Specifies Can be used to specify the directory into which the compiled class files are written.

-impl

-impl

Generates Can be used to generate starting point code for an implementation object.

-client

-client

Generates Can be used to generate starting point code for a client mainline.

-server

-server

Generates Can be used to generate starting point code for a server mainline.

-all

-all

Generates Can be used to generate all starting point code: types, service proxy, service interface, server mainline, client mainline, implementation object, and an Ant build.xml file.

-autoNameResolution

-autoNameResolution

Automatically Can be used to automatically resolve naming conflicts without requiring the use of binding customizations.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f12365f10a93e4f7-ab3fed7f-49a349ca-a3ba93ec-08cea69f665d65b9d7b902f1"><ac:plain-text-body><![CDATA[

-defaultValues

-defaultValues=[DefaultValueProvider impl]

Specifies that Can be used to generate default values are generated for the impl and client. You can also provide a custom default value provider. The default provider is RandomValueProvider.

]]></ac:plain-text-body></ac:structured-macro>

-ant

-ant

Generates Can be used to generates the Ant build.xml file.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ad4c5ab571c43938-fb0470b7-4bcf4b34-a2039206-ad51a04305293cc265879990"><ac:plain-text-body><![CDATA[

-nexclude

-nexclude <schema-namespace [=java=package-name]>*

Ignore Can be used to ignore the specified WSDL schema namespace when generating code. This option may be specified multiple times. Also, optionally specifies the Java package name used by types described in the excluded namespace(s).

]]></ac:plain-text-body></ac:structured-macro>

-exsh

-exsh <<true,false>>

Enables or disables Can be used to enable or disable processing of implicit SOAP headers (i.e. SOAP headers defined in the wsdl:binding but not wsdl:portType section.) Default By default it is false.

-dns

-dns <<true,false>>

Enables or disables Can be used to enable or disable the loading of the default namespace package name mapping. Default is true and

http://www.w3.org/2005/08/addressing=org.apache.cxf.ws.addressing

namespace package mapping will be enabled.

-dex

-dex <<true,false>>

Enables or disables Can be used to enable or disable the loading of the default excludes namespace mapping. Default is true.

-validate

-validate

Enables Can be used to enable validating the WSDL before generating the code.

-keep

-keep

Specifies Can be used to indicate that the code generator will not overwrite any preexisting files. You will be responsible for resolving any resulting compilation issues.

-wsdlLocation

-wsdllocation <wsdlLocation>

Specifies Can be used to specify the value of the @WebServiceClient annotation's wsdlLocation property.

-xjc

-xjc <xjc-arguments>

Specifies Can be used to specify a comma separated list of arguments that are passed directly to the XJC processor when using the JAXB databinding. A list of available XJC plugins can be obtained using -xjc-X.

-noAddressBinding

-noAddressBinding

For compatibility with CXF 2.0, this flag directs the code generator to generate the older CXF proprietary WS-Addressing types instead of the JAX-WS 2.1 compliant WS-Addressing types.

-v

-v

Displays Can be used to obtain the version number for the tool.

-verbose

-verbose

Displays Can be used to display comments during the code generation process.

-queit

-quiet

Suppresses Can be used to suppress comments during the code generation process.

<wsdlurl>

<wsdlurl>

The Can be used to specify the path and name of the WSDL file to use in generating the code.

The jaxws/wsimport command can be used to create java classes from WSDL, and uses this syntax:

...

The arguments used to manage the code generation process are reviewed in the following table.

-d

<directory>

Specifies where to place Can be used to specify where the generated output files are located.

-b

<path>

Specifies Can be used to specify the external JAX-WS or JAXB binding files. You can specify multiple JAX-WS and JAXB binding files by using the -b option; however, each file must be specified with its own -b option.

-catalog

-catalog <file>

Specifies Can be used to specify the catalog file to resolve external entity references. It supports the TR9401, XCatalog, and the OASIS XML Catalog formats

-extension

-extension

Specifies whether to accept Can be used to allow custom extensions for functionality that are not specified by the JAX-WS specification. The use of custom extensions can result in applications that are not portable or do not interoperate with other implementations

.

-help

-help

Displays Can be used to obtain the help information.

-httpproxy

-httpproxy:<host>:<port>

Specifies Can be used to specify an HTTP proxy. The default port value is 8080.

-keep

-keep

Specifies whether Can be used to keep the generated source files.

-p

-p <pkg>

Specifies Can be used to specify a target package with this command-line option and overrides any WSDL file and schema binding customization for the package name and the default package name algorithm defined in the JAX-WS specification.

-s

-s <directory>

Specifies Can be used to specify the directory to place in which the generated source files are placed.

-target

-target <version>

 

-verbose

-verbose

Specifies Can be used to output messages about what the compiler is doing.

-version

-version

Prints Can be used to obtain the version information. If you specify this option, only the version information is included in the output and normal command processing does not occur.

-wsdlLocation

-wsdllocation <location>

Specifies Can be used to specify the @WebServiceClient.wsdlLocation value.