Test-service-call

From GreenVulcano Wiki
Revision as of 13:37, 5 February 2012 by Anonymous (talk) (Created page with "{{GVESB}} allows you to test your service using this plugin. Use property ''encoding'' to decode the bytes of the buffer GVBuffer. The test-service-call Element is used by ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GreenVulcano® ESB allows you to test your service using this plugin.

Use property encoding to decode the bytes of the buffer GVBuffer.

The test-service-call Element is used by Channel and routed-call. Its attributes are:

  • type: call.
  • class: it.greenvulcano.gvesb.virtual.internal.TestServiceCall.
  • name: Operation name. Used in the Flow section to associate workflow nodes to VCL operations.
  • service: Type of test operation
    • toupper: transforms all characters to uppercase.
    • tolower: transforms all characters to lowercase.
    • echo : do not change the body.
  • remove-properties: If true properties are removed from GVBuffer.
  • exception-message: If defined is thrown an exception of type VCLCallException, with the configured message.
  • sleep-on-init: Simulate a delay in creation of the operation.
  • sleep-on-perform: Simulate a delay in execution of the operation.
  • ref-dp: Name of Data Provider to use for output message creation. The Data Provider should return a string, as calls to testing services expect strings.

Its subelements are: