http://glite.org/wms/wmproxy
The jobPurge Operation
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.
 Collapse Bindings
Binding: WMProxy
<soap:binding  style="rpc"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
 
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" />
 
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="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:input  message="glitens:jobPurgeRequest"  name="jobPurgeRequest" />
<wsdl:output  message="glitens:jobPurgeResponse"  name="jobPurgeResponse" />
<wsdl:fault  message="glitens:AuthenticationFault"  name="AuthenticationFault" />
<wsdl:fault  message="glitens:InvalidArgumentFault"  name="InvalidArgumentFault" />
<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 ©