http://glite.org/wms/wmproxy
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.
Operation Type: Request-response
Parameter order:
jobId
item
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="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:operation>
|