http://glite.org/wms/wmproxy
The getFreeQuota Operation
This operation returns the remaining free part of available user disk quota (in bytes). The fault GetQuotaManagementFault is returned if the quota management is not active. Input: no input. Output: long containing soft limit free quota i.e. the difference between quota soft limit and user's disk usage. Output: long containing hard limit free quota i.e. total free available disk space. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. GenericFault: another problem occured. GetQuotaManagementFault: quota management is not active on the WM.
getFreeQuotaResponse  getFreeQuota ()
[fault:  GetQuotaManagementFault  AuthenticationFault  GenericFault  ]
Operation Type: Request-response
Collapse Input: getFreeQuotaRequest
Collapse Output: getFreeQuotaResponse
long softLimit  
long hardLimit  
Collapse Fault:
GetQuotaManagementFault 
GetQuotaManagementFault fault  
AuthenticationFault 
AuthenticationFault fault  
GenericFault 
GenericFault GenericFault  
 Collapse Bindings
Binding: WMProxy
<soap:binding  style="rpc"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
 
Input: getFreeQuotaRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: getFreeQuotaResponse
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Fault:
AuthenticationFault: AuthenticationFault
<soap:fault  name="AuthenticationFault"
  use="literal" />
 
GetQuotaManagementFault: GetQuotaManagementFault
<soap:fault  name="GetQuotaManagementFault"
  use="literal" />
 
GenericFault: GenericFault
<soap:fault  name="GenericFault"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getFreeQuota">
<wsdl:documentation> This operation returns the remaining free part of available user disk quota (in bytes). The fault GetQuotaManagementFault is returned if the quota management is not active. Input: no input. Output: long containing soft limit free quota i.e. the difference between quota soft limit and user's disk usage. Output: long containing hard limit free quota i.e. total free available disk space. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. GenericFault: another problem occured. GetQuotaManagementFault: quota management is not active on the WM. </wsdl:documentation>
<wsdl:input  message="glitens:getFreeQuotaRequest"  name="getFreeQuotaRequest" />
<wsdl:output  message="glitens:getFreeQuotaResponse"  name="getFreeQuotaResponse" />
<wsdl:fault  message="glitens:GetQuotaManagementFault"  name="GetQuotaManagementFault" />
<wsdl:fault  message="glitens:AuthenticationFault"  name="AuthenticationFault" />
<wsdl:fault  message="glitens:GenericFault"  name="GenericFault" />
</wsdl:operation>
Generated by WSDLdoc ©