http://glite.org/wms/wmproxy
The getTotalQuota Operation
This operation returns the available user space quota on the storage managed by the WM. The fault GetQuotaManagementFault is returned if the quota management is not active on the WM. Input: no input. Output: long containing soft limit quota (in bytes) i.e. the limit that the user is expected to remain below. Output: long containing hard limit quota (in bytes) i.e. the real quota limit that cannot be exceeded. 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.
getTotalQuotaResponse  getTotalQuota ()
[fault:  GetQuotaManagementFault  AuthenticationFault  GenericFault  ]
Operation Type: Request-response
Collapse Input: getTotalQuotaRequest
Collapse Output: getTotalQuotaResponse
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: getTotalQuotaRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: getTotalQuotaResponse
<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="getTotalQuota">
<wsdl:documentation> This operation returns the available user space quota on the storage managed by the WM. The fault GetQuotaManagementFault is returned if the quota management is not active on the WM. Input: no input. Output: long containing soft limit quota (in bytes) i.e. the limit that the user is expected to remain below. Output: long containing hard limit quota (in bytes) i.e. the real quota limit that cannot be exceeded. 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:getTotalQuotaRequest"  name="getQuotaRequest" />
<wsdl:output  message="glitens:getTotalQuotaResponse"  name="getQuotaResponse" />
<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 ©