http://glite.org/wms/wmproxy
This operation gets the version of the service.
Format of the version string is "major.minor.patch".
Input: no input.
Output: string containing the version.
Faults:
AuthenticationFault: a generic authentication problem occured.
GenericFault: another problem occured.
Operation Type: Request-response
Fault:
Bindings |
Binding: WMProxy <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
Input: getVersionRequest <soap:body namespace="http://glite.org/wms/wmproxy" use="literal" />
Output: getVersionResponse <soap:body namespace="http://glite.org/wms/wmproxy" use="literal" />
Fault:
GenericFault: GenericFault
<soap:fault name="GenericFault" use="literal" />
AuthenticationFault: AuthenticationFault
<soap:fault name="AuthenticationFault" use="literal" />
|
|
XML |
-<wsdl:operation name="getVersion">
<wsdl:documentation>
This operation gets the version of the service.
Format of the version string is "major.minor.patch".
Input: no input.
Output: string containing the version.
Faults:
AuthenticationFault: a generic authentication problem occured.
GenericFault: another problem occured.
</wsdl:documentation>
</wsdl:operation>
|