Full name:
org.apache.axis:java2wsdl-maven-plugin:1.4.1-SNAPSHOT:generate-wsdl
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
className | String | - | The name of the class to generate a WSDL for. The class must be on
the classpath. |
location | String | - | The url of the location of the service. The name after the last
slash or backslash is the name of the service port (unless
overridden by the -s option). The service port address location
attribute is assigned the specified value. |
namespace | String | - | The target namespace for the interface. |
output | File | - | The name of the output WSDL file. |
Name | Type | Since | Description |
---|---|---|---|
extraClasses | String[] | - | A list of classes to include in the schema generation. |
mappings | Mapping[] | - | Mappings of packages to namespaces. |
portTypeName | String | - | Indicates the name to use use for the portType element. If not
specified, the class-of-portType name is used. |
style | String | - | The style of the WSDL document: RPC, DOCUMENT or WRAPPED. If RPC, a
rpc/encoded wsdl is generated. If DOCUMENT, a document/literal wsdl
is generated. If WRAPPED, a document/literal wsdl is generated
using the wrapped approach. |
use | String | - | Set the use option |
use: