------ wsdl2as Command Line Interface ------ wsdl2as Command Line Interface * Synopsis +-----+ java uk.co.badgersinfoil.wsdl2as.Main [ ] +-----+ may be either a simple local filename, or the URL of a WSDL file that should be downloaded and processed. Note that in order for valid code to be generated, the file <>, usually fould in <>, must be included in the classpath. * Options *---------------------+-----+ --output | Specifies the directory that generated ActionScript code | is saved to. If this option is missing, the directory | 'out', within the current directory, is the default. *---------------------+-----+ --classpath | Specifies the locations of entries to include on the | ActionScript classpath. Entries may be <<.swc>> files | or folders containing <<.as>> files. Multiple entries | may be given, seperated by the platform path-seperator | character (';' on windows, ':' on other systems). *---------------------+-----+ --mapping | The XML-Object mapping strategy to use. Valid | strategies are 'none' and 'asxsd'. *---------------------+-----+ * See Also The {{{http://maven.badgers-in-foil.co.uk/maven2/sites/maven-wsdl2as-plugin}maven plugin}}.