http://glite.org/wms/wmproxy
This operation removes from the WM managed space all files related to the job identified by the jobId provided as input. This only applies to job related files that are managed by the WM. E.g. Input/Output sandbox files that have been specified in the JDL
through a URI will be not subjected to this management.
Input: string containing the JobId.
Output: no output.
Faults:
AuthenticationFault: a generic authentication problem occured.
AuthorizationFault: client is not authorized to perform this operation.
InvalidArgumentFault: the provided job Id is not valid.
JobUnknownFault: the provided job has not been registered to the system.
OperationNotAllowedFault: current job status does not allow 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" />
Input: jobPurgeRequest <soap:body namespace="http://glite.org/wms/wmproxy" use="literal" />
Output: jobPurgeResponse <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" />
GenericFault: GenericFault
<soap:fault name="GenericFault" use="literal" />
JobUnknownFault: JobUnknownFault
<soap:fault name="JobUnknownFault" use="literal" />
|
|
XML |
-<wsdl:operation name="jobPurge" parameterOrder="jobId">
<wsdl:documentation>
This operation removes from the WM managed space all files related to the job identified by the jobId provided as input. This only applies to job related files that are managed by the WM. E.g. Input/Output sandbox files that have been specified in the JDL
through a URI will be not subjected to this management.
Input: string containing the JobId.
Output: no output.
Faults:
AuthenticationFault: a generic authentication problem occured.
AuthorizationFault: client is not authorized to perform this operation.
InvalidArgumentFault: the provided job Id is not valid.
JobUnknownFault: the provided job has not been registered to the system.
OperationNotAllowedFault: current job status does not allow requested operation.
GenericFault: another problem occured.
</wsdl:documentation>
</wsdl:operation>
|