The
following list shows the tags and tag attributes used for externalizing
Web services access operation objects in the definition file:
- id
- The name of the operation. This is a mandatory attribute.
- implClass
- The name of the class the toolkit is to instantiate.
- context
- The name of the operation context.
- wsConnectorAlias
- The alias name of the Web services connector reference defined
in the context. This is a mandatory attribute.
- wsOperationName
- The Web services operation name that the self-defined operation
is going to invoke. This is a mandatory attribute
- wsSuccessEvent
- When the Web services access operation executes successfully,
it will signal a success event. The default value is “ok”. This is
an optional attribute.
- wsFaultEvent
- When the Web services access operation fails in execution, it
will signal a fault event. The default value is “error”. This is an
optional attribute.