http://glite.org/wms/wmproxy
The removeACLItem Operation
This operation remove an item from the job Access Control List. Removal of the item representing the user that has registered the job are not allowed (a fault will be returned to the caller). Input: string containing the JobId. Input: string containing the item to remove from ACL. Output: no output. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. InvalidArgumentFault: the given job Id is not valid or the item is not present in the list. GenericFault: another problem occured. JobUnknownFault: the given job has not been registered to the system. OperationNotAllowedFault: the item represent the user that has registered the job.
 Collapse Bindings
Binding: WMProxy
<soap:binding  style="rpc"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
 
Input: removeACLItemRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: removeACLItemResponse
<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" />
 
InvalidArgumentFault: InvalidArgumentFault
<soap:fault  name="InvalidArgumentFault"
  use="literal" />
 
JobUnknownFault: JobUnknownFault
<soap:fault  name="JobUnknownFault"
  use="literal" />
 
OperationNotAllowedFault: OperationNotAllowedFault
<soap:fault  name="OperationNotAllowedFault"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="removeACLItem"  parameterOrder="jobId item">
<wsdl:documentation> This operation remove an item from the job Access Control List. Removal of the item representing the user that has registered the job are not allowed (a fault will be returned to the caller). Input: string containing the JobId. Input: string containing the item to remove from ACL. Output: no output. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. InvalidArgumentFault: the given job Id is not valid or the item is not present in the list. GenericFault: another problem occured. JobUnknownFault: the given job has not been registered to the system. OperationNotAllowedFault: the item represent the user that has registered the job. </wsdl:documentation>
<wsdl:input  message="glitens:removeACLItemRequest"  name="removeACLItemRequest" />
<wsdl:output  message="glitens:removeACLItemResponse"  name="removeACLItemResponse" />
<wsdl:fault  message="glitens:AuthenticationFault"  name="AuthenticationFault" />
<wsdl:fault  message="glitens:InvalidArgumentFault"  name="InvalidArgumentFault" />
<wsdl:fault  message="glitens:OperationNotAllowedFault"  name="OperationNotAllowedFault" />
<wsdl:fault  message="glitens:JobUnknownFault"  name="JobUnknownFault" />
<wsdl:fault  message="glitens:GenericFault"  name="GenericFault" />
<wsdl:fault  message="glitens:AuthorizationFault"  name="AuthorizationFault" />
</wsdl:operation>
Generated by WSDLdoc ©