http://glite.org/wms/wmproxy
The getMaxInputSandboxSize Operation
This operation returns the maximum Input sandbox size (in bytes) a user can count-on for a job submission if using the space managed by the WM. This is a static value in the WM configuration (on a job-basis) set by the VO administrator. No assumption should be made on the input sandboxes space managed by the WM. It is managed transparently to the user; it can be either local to the WM or remote. Input: no input. Output: long containing the size in bytes. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. GenericFault: another problem occured.
getMaxInputSandboxSizeResponse  getMaxInputSandboxSize ()
[fault:  AuthenticationFault  GenericFault  ]
Operation Type: Request-response
Collapse Input: getMaxInputSandboxSizeRequest
Collapse Output: getMaxInputSandboxSizeResponse
long size  
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: getMaxInputSandboxSizeRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: getMaxInputSandboxSizeResponse
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Fault:
AuthenticationFault: AuthenticationFault
<soap:fault  name="AuthenticationFault"
  use="literal" />
 
GenericFault: GenericFault
<soap:fault  name="GenericFault"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getMaxInputSandboxSize">
<wsdl:documentation> This operation returns the maximum Input sandbox size (in bytes) a user can count-on for a job submission if using the space managed by the WM. This is a static value in the WM configuration (on a job-basis) set by the VO administrator. No assumption should be made on the input sandboxes space managed by the WM. It is managed transparently to the user; it can be either local to the WM or remote. Input: no input. Output: long containing the size in bytes. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. GenericFault: another problem occured. </wsdl:documentation>
<wsdl:input  message="glitens:getMaxInputSandboxSizeRequest"  name="getMaxInputSandboxSizeRequest" />
<wsdl:output  message="glitens:getMaxInputSandboxSizeResponse"  name="getMaxInputSandboxSizeResponse" />
<wsdl:fault  message="glitens:AuthenticationFault"  name="AuthenticationFault" />
<wsdl:fault  message="glitens:GenericFault"  name="GenericFault" />
</wsdl:operation>
Generated by WSDLdoc ©