wsdl-operation
This command specifies the name of the WSDL operation for the validate action.
The command is meaningful only when the action type that is specified by the
type command is validate.
Syntax
wsdl-operation name
Parameters
- name
- Specifies the name of the WSDL operation.
Guidelines
The wsdl-operation command specifies the name of the WSDL
operation that defines the service traffic to validate.
- The value is the unqualified name of the WSDL operation or
"*"for all operations that are defined in the WSDL file. - If specified and not
"*", only messages that are defined for WSDL operations that match the specified name are considered valid.
The command is relevant when the type command is set to
validate.