Difference between revisions of "Echo"

From GreenVulcano Wiki
Jump to: navigation, search
({{GVESB}} Configuration)
Line 13: Line 13:
 
| name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.
 
| name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.
 
|-
 
|-
| nameAssociation || required || Association name. It is used for the connection to a host. It is configured in '''GVAdapters''' through manual configuration or through the property ''' DICOM_ASSOCIATION '''.
+
| nameAssociation || required || Association name. It is used for the connection to a host. It is configured in '''GVAdapters'''. This value is referenced by a property "DICOM_ASSOCIATION" or manually, choosing a value among those available.
 
|}
 
|}

Revision as of 09:20, 14 July 2015

Description

Service Echo establishes an association between the client that invoked it and the provider that the call is intended. Its function is to verify the success or failure of the association by means of messages ( success or failure ) sent from the provider to the client.

GreenVulcano® ESB Configuration

The dicom-echo-call Element is used by Channel and routed-call. It has the attributes:

Attribute Type Description
type fixed This attribute must assume the value call.
class fixed This attribute must assume the value it.greenvulcano.gvesb.virtual.dicom.DicomEchoCallOperation.
name required Operation name. Used in the Flow section to associate workflow nodes to VCL operations.
nameAssociation required Association name. It is used for the connection to a host. It is configured in GVAdapters. This value is referenced by a property "DICOM_ASSOCIATION" or manually, choosing a value among those available.