Once you have set up your command line, you can use the following syntax and arguments to run the tool:
To create a skeleton client implementation:To create a skeleton client implementation:
Mandatory arguments:
Optional arguments:
To create the client archive:
<import location="a.xsd" namespace="http://namespaceA"/> <types> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://namespaceA" xmlns:xsd="http://www.w3.org/2001/XMLSchema">replace it with a schema import inside the schema element:
<types> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://namespaceA" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <import schemaLocation="a.xsd" namespace="http://namespaceA"/>