http://glite.org/wms/wmproxy
The getVersion Operation
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.
getVersionResponse  getVersion ()
[fault:  AuthenticationFault  GenericFault  ]
Operation Type: Request-response
Collapse Input: getVersionRequest
Collapse Output: getVersionResponse
string version  
Collapse Fault:
AuthenticationFault 
AuthenticationFault fault  
GenericFault 
GenericFault GenericFault  
 Collapse Bindings
Binding: WMProxy
<soap:binding  style="rpc"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
 
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" />
 

 Collapse 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:input  message="glitens:getVersionRequest"  name="getVersionRequest" />
<wsdl:output  message="glitens:getVersionResponse"  name="getVersionResponse" />
<wsdl:fault  message="glitens:AuthenticationFault"  name="AuthenticationFault" />
<wsdl:fault  message="glitens:GenericFault"  name="GenericFault" />
</wsdl:operation>
Generated by WSDLdoc ©