|
|
|---|
Obtains SOAP Server version information from the Hopewiser SOAP Server. If a Module ID is provided Atlas and PAF version information is also returned.
Version version = soap.version(string session_id [, string module_id]);
where for example:
version = {
'SERVER' => 'SOAP Atlas Version: 3.0.1',
'ATLAS' => 'Atlas Version: 3.4.11 (fh 2.1.10)',
'PAF' => 'PAF Version 65 UNITED KINGDOM Built 20040809',
};
When a client application invokes the Version call, it passes in a Session ID and an optional Module ID. Upon invocation, the Hopewiser SOAP server authenticates the Session ID and returns a Version structure similar to that described above. Should the Module ID not be present only the SERVER element of the Version structure will be populated.