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 class name of the Web services access operation that is used
by the toolkit to instantiate.
- context
- The name of the context that is referenced by the Web services
access operation.
- wsConnectorAlias
- The alias name of the Web services connector reference defined
in the context. This is a mandatory attribute.
- wsOperationName
- The name of the Web services operation that is invoked by the
self-defined operation. This is a mandatory attribute
- wsSuccessEvent
- When the Web services access operation executes successfully,
it will fire an event to indicate that execution of the operation
was successful. The default value is “ok”. This is an optional attribute.
- wsFaultEvent
- When the Web services access operation fails during execution,
it will fire an event to indicate the error. The default value is
“error”. This is an optional attribute.