GetVersion

Description

This service returns the SBM version number.

Arguments

None.

Response

A string is returned, showing the version number. For example:

<ae:GetVersionResponse>
   <ae:return>Version 2010 R1.200</ae:return>
</ae:GetVersionResponse>

Usage

None.

Faults

None.

XML

The following XML shows the payload that is sent with GetVersion.

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
 xmlns:urn="urn:sbmappservices72">
   <soap:Header/>
   <soap:Body>
      <urn:GetVersion/>
   </soap:Body>
</soap:Envelope>