Methods - HxGN EAM - Version 11.07.01 - Customization & Programming - Hexagon

HxGN EAM Web Services Toolkit Programmer Help

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
11.7.1
  • PrepareServiceRequest: - Sets all the appropriate properties of the specified service object in preparation for the web service being executed.

  • CompleteServiceRequest - Performs any cleanup on the specified service object. Currently stores the Session ID if one was created.

  • TerminateSession - Closes the session on the server. This method should be called if previous web services requests have been made with 'EstablishSession' set to true.

  • ProcessServiceRequest - Provides a mechanism to automatically retry a web service request when the initial request fails. By default, this method will retry a failed request only when the failure is due to a session timeout. The caller can modify this behavior and control whether the failed request continues to be retried by registering a listener for the TryAgain event. See Events.