http://glite.org/wms/wmproxy
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.
Operation Type: Request-response
Fault:
Bindings |
Binding: WMProxy <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
Fault:
AuthenticationFault: AuthenticationFault
<soap:fault name="AuthenticationFault" use="literal" />
GenericFault: GenericFault
<soap:fault name="GenericFault" use="literal" />
|
|
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:operation>
|