Global Endpoint type definition

The following global type is used by any generated client stub to allow the programmer to change the client behavior at runtime.
TYPE tGlobalEndpointType RECORD # End point
      Address RECORD # Address
         Uri STRING # URI
      END RECORD,
      Binding RECORD # Binding
         Version STRING, # HTTP Version (1.0 or 1.1)
         Cookie STRING,	# Cookie to be set
         ConnectionTimeout INTEGER,# Connection timeout
         ReadWriteTimeout INTEGER # Read write timeout
      END RECORD
END RECORD

Description of variables: