Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Application Calls → GetVersion
This service returns the SBM version number.
None.
A string is returned, showing the version number. For example:
<ae:GetVersionResponse> <ae:return>Version 2010 R1.200</ae:return> </ae:GetVersionResponse>
None.
None.
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>
 
    Copyright © 2007–2016 Serena Software, Inc. All rights reserved.