Axis 1.1 command line tools Reference 3

  Java2WSDL reference 

  Usage: java org.apache.axis.wsdl.Java2WSDL [options] class-of-portType 

Options:

  - H, - help 

  After printing out information to help. 

  - I, - input <WSDL file> 

  Optional parameters specified imported WSDL file.    Output WSDL import WSDL document will include the contents of the documents with the new structure (construct).    If the new structure has been in existence in imported WSDL, will no longer be added.    This option is in the structure that contain multiple ports, bindings, portTypes, very useful. 

  - O, - output <WSDL file> 

  WSDL specified output file name.    If not specified, a default appropriate WSDL document was written's current directory. 

  - L, - location <location> 

  Designated location of the Web service URL.    Finally after a slash or a backslash is the name of port services (service port) name (unless - s option coverage).    Service port address was assigned to the location specified attribute value. 

  - P, - portTypeName 

  PortType elements specified by name.    If not specified, the use of class-of-portType name. 

  - B, - bindingName <name> 

  Designated binding element's name.    If not specified, the use of value - servicePortName + "SOAPBinding." 

  - S, - serviceElementName <name> 

  Elements of service specified, the default is - servicePortName + "Service." 

  - S, - servicePortName <name> 

  A designated service port.    If not specified, from the use of - the value of location options. 

  - N, - namespace <target namespace> 

  WSDL generated by the designated target name space. 

  - P, - PkgtoNS <package> <namespace> 

  Packet to the specified namespace structure mapping.    If there was no specific encounter a namespace mapping packages, Java2WSDL would generate an appropriate namespace name.    This option can be specified on many occasions. 

  - M, - methods <arguments> 

  If this option is specified, the only interface type specified methods will be exposed to the WSDL file.    List of ways separated by a comma.    If not specify this option, the interface of all methods of exposure to the WSDL file. 

  - A, - all 

  If this option is specified, Java2WSDL will find extensions to determine exposure to WSDL documents. 

  - W, - outputWsdlMode <mode> 

  Generate WSDL designated the type of acceptable values are: 

  All types of default, including the formation of two tectonic interface and achieve the WSDL document 

  Interface Generation interface structure contains only the WSDL document, no service element 

  Implementation Formation contains only achieved WSDL file, interface WSDL passed - L import options. 

  - L, - locationImport <url> 

  WSDL is generated when used to achieve designated location WSDL interface 

  - N, - namespaceImpl <namespace> 

  Designated achieve the goal of WSDL namespace 

  - O, - outputImpl <WSDL file> 

  To the achievement of specified output file name of the WSDL file.    If this designation, Java2WSDL will have a WSDL interface and the realization of the two documents.    If you use this option, - w, - outputWsdlMode option will be ignored. 

  - I, - implClass <impl-class> 

  This option is used to specify to achieve class-of-way in the realization of portType category.    Additional information can be obtained from the implementation class, such as a method parameter, be used to set WSDL part of the news. 

  - X, - exclude <list> 

  Spaces or comma-separated not exposed to the WSDL file method List 

  - C, - stopClasses <list> 

  Space or a comma-separated list of categories, it will stop by Java2WSDL - all options designated successor search. 

  - T, - typeMappingVersion <version> 

  Choose the type mapping registered version, 1.1 or 1.2, the default is version 1.1. 

  - A, - soapAction <argument> 

  Designated operation "soapAction" domain value.    DEFAULT value, and NONE OPERATION three.    OPERATION soapAction mandatory use of the name of the operation.    DEFAULT According to the operation of metadata to set soapAction value (usually, "").    NONE soapAction set for the mandatory "."    The default is DEFAULT. 

  - Y, - style <argument> 

  Instructions WSDL document style, DOCUMENT, RPC and WRAPPED three.    The default is RPC. 

  - U, - use <argument> 

  Generate WSDL documents specified the use of time coding.    ENCODED two and a LITERAL. 

  - E, - extraClasses <argument> 

  A designated space or a comma-separated list of categories, the designated these categories will be added to the types of WSDL documents. 

  Details: 

  PortType element name = <- portTypeName value> or class-of-portType 

  Binding element name = <- bindingName value> or <- servicePortName value> SoapBinding 

  Service element name = <- serviceElementName value> or <- portTypeName value> Service 

  Port element name = <- servicePortName value> or <- location value> after the final slash that part of 

  Address location = <- location value> 

Bookmark it: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Google
  • DotNetKicks
  • DZone
  • Furl
  • Netvouz

Releated Articles

  • Popuklar Articles

0 Comments to “Axis 1.1 command line tools Reference 3”

No Comments. Send your comment.

Leave a Reply

You must be logged in to post a comment.