Back to NewAsantTasks, or NewAsantTasks Info
| At line 16 changed 1 line. |
| || Attributes || Description |
| || Attributes || Description || Required |
| At line 27 added 21 lines. |
| !! wsgen |
| The wsgen tool generates JAX-WS portable artifacts used in JAX-WS web services. The tool reads a web service endpoint class and generates all the required artifacts for web service deployment, and invocation. |
| || Attributes || Description || Required |
| | sei | Name of the service endpoint implementation class | |
| | destdir | Specify where to place output generated classes | |
| | classpath | Specify where to find input class files | |
| | cp | Same as -classpath | |
| | resourcedestdir | Used only in conjunction with the -wsdl option. Specify where to place generated resource files such as WSDLs | |
| | sourcedestdir | Specify where to place generated source files | |
| | keep | Keep generated files | |
| | verbose | Output messages about what the compiler is doing | |
| | genwsdl | Specify that a WSDL file should be generated | |
| | protocol | Used in conjunction with genwsdl to specify the protocol to use in the wsdl:binding. Value values are "soap1.1" or "Xsoap1.2", default is "soap1.1". "Xsoap1.2" is not standard and can only be used in conjunction with the -extensions option | |
| | servicename | Used in conjunction with the genwsdl option. Used to specify a particular wsdl:service name for the generated WSDL.Example, servicename="{http://mynamespace/}MyService" | |
| | portname | Used in conjunction with the genwsdl option. Used to specify a particular wsdl:portmame name for the generated WSDL. Example, portname="{http://mynamespace/}MyPort" | |
| | extension | allow vendor extentions (funcionality not specified by the specification). Use of extensions may result in applications that are not portable or may not interoperate with other implementations | |