http://glite.org/wms/wmproxy
The getOutputFileList Operation
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.
 Collapse Bindings
Binding: WMProxy
<soap:binding  style="rpc"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
 
Input: getOutputFileListRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: getOutputFileListResponse
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Fault:
AuthenticationFault: AuthenticationFault
<soap:fault  name="AuthenticationFault"
  use="literal" />
 
AuthorizationFault: AuthorizationFault
<soap:fault  name="AuthorizationFault"
  use="literal" />
 
InvalidArgumentFault: InvalidArgumentFault
<soap:fault  name="InvalidArgumentFault"
  use="literal" />
 
GenericFault: GenericFault
<soap:fault  name="GenericFault"
  use="literal" />
 
JobUnknownFault: JobUnknownFault
<soap:fault  name="JobUnknownFault"
  use="literal" />
 
OperationNotAllowedFault: OperationNotAllowedFault
<soap:fault  name="OperationNotAllowedFault"
  use="literal" />
 

 Collapse 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:input  message="glitens:getOutputFileListRequest"  name="getOutputFileListRequest" />
<wsdl:output  message="glitens:getOutputFileListResponse"  name="getOutputFileListResponse" />
<wsdl:fault  message="glitens:InvalidArgumentFault"  name="InvalidArgumentFault" />
<wsdl:fault  message="glitens:AuthenticationFault"  name="AuthenticationFault" />
<wsdl:fault  message="glitens:JobUnknownFault"  name="JobUnknownFault" />
<wsdl:fault  message="glitens:OperationNotAllowedFault"  name="OperationNotAllowedFault" />
<wsdl:fault  message="glitens:GenericFault"  name="GenericFault" />
<wsdl:fault  message="glitens:AuthorizationFault"  name="AuthorizationFault" />
</wsdl:operation>
Generated by WSDLdoc ©