WSConsumeTask is a cmd line tool that generates portable JAX-WS artifacts
from a WSDL file.
| -h, --help | Show this help message |
| -b, --binding=<file> | One or more JAX-WS or JAXB binding files |
| -k, --keep | Keep/Generate Java source |
| -c, --catalog=<file> | Oasis XML Catalog file for entity resolution |
| -p, --package=<name> | The target package for generated source |
| -w, --wsdlLocation=<loc> | Value to use for @@WebService.wsdlLocation |
| -o, --output=<directory> | The directory to put generated artifacts |
| -s, --source=<directory> | The directory to put Java source |
| -t, --target=<2.1|2.2> | The target specification target |
| -n, --nocompile | Do not compile generated sources |
| -q, --quiet | Be somewhat more quiet |
| -v, --verbose | Show full exception stack traces |
| -l, --load-consumer | Load the consumer and exit (debug utility) |
| -e, --extension | Enable SOAP 1.2 binding extension |
| -a, --additionalHeaders | Enable SOAP 1.2 binding extension |