Queries an ELS server to validate an interaction.

Namespace: Nehta.VendorLibrary.SM.ELS
Assembly: Nehta.VendorLibrary.SM.ELS (in Nehta.VendorLibrary.SM.ELS.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#
public bool ValidateInteraction(
	InteractionType request
)
Visual Basic
Public Function ValidateInteraction ( _
	request As InteractionType _
) As Boolean
Visual C++
public:
bool ValidateInteraction(
	InteractionType^ request
)

Parameters

request
Type: InteractionType
Information specifying the interaction to validate.
  • serviceCategory (Mandatory): The service category of the interaction to be validated.
  • serviceInterface (Mandatory): The service interface of the interaction to be validated.
  • serviceEndpoint (Mandatory): The service endpoint of the interaction to be validated.
  • serviceProvider (Mandatory): The service provider of the interaction to be validated.
  • target (Mandatory): The qualified HPIO for the target organisation of the interaction to be validated.
  • certRef (Optional): The certificate references of the interaction to be validated.

Return Value

true if the interaction is valid, otherwise false.

See Also