http://glite.org/wms/wmproxy
This operation returns the list of URIs where the output files created during job execution have been stored in the WM managed space and the corresponding sizes in bytes. This only applies for files of the Output Sandbox that are managed by the WM (i.e. not specified as URI in the JDL).
Input: string containing the JobId.
Output: List of objects containing the file URI and the corresponding size in bytes.
Faults:
AuthenticationFault: a generic authentication problem occured.
AuthorizationFault: client is not authorized to perform this operation.
InvalidArgumentFault: the provided job Id is not valid.
JobUnknowFault: the provided job has not been registered to the system.
OperationNotAllowedFault: current job status does not allow the requested operation.
GenericFault: another problem occured.
Operation Type: Request-response
Parameter order:
jobId
Fault:
Bindings |
Binding: WMProxy <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
Fault:
AuthenticationFault: AuthenticationFault
<soap:fault name="AuthenticationFault" use="literal" />
AuthorizationFault: AuthorizationFault
<soap:fault name="AuthorizationFault" use="literal" />
GenericFault: GenericFault
<soap:fault name="GenericFault" use="literal" />
JobUnknownFault: JobUnknownFault
<soap:fault name="JobUnknownFault" use="literal" />
|
|
XML |
-<wsdl:operation name="getOutputFileList" parameterOrder="jobId">
<wsdl:documentation>
This operation returns the list of URIs where the output files created during job execution have been stored in the WM managed space and the corresponding sizes in bytes. This only applies for files of the Output Sandbox that are managed by the WM (i.e. not specified as URI in the JDL).
Input: string containing the JobId.
Output: List of objects containing the file URI and the corresponding size in bytes.
Faults:
AuthenticationFault: a generic authentication problem occured.
AuthorizationFault: client is not authorized to perform this operation.
InvalidArgumentFault: the provided job Id is not valid.
JobUnknowFault: the provided job has not been registered to the system.
OperationNotAllowedFault: current job status does not allow the requested operation.
GenericFault: another problem occured.
</wsdl:documentation>
</wsdl:operation>
|