http://glite.org/wms/wmproxy
This operations adds a list of items to the job Access Control List. Items Already present
will be ignored.
Input: string containing the JobId.
Input: a vector of string containing the ACL Items to add.
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.
GenericFault: another problem occured.
JobUnknownFault: the given job has not been registered to the system.
Operation Type: Request-response
Parameter order:
jobId
items
Fault:
Bindings |
Binding: WMProxy <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
Input: addACLItemsRequest <soap:body namespace="http://glite.org/wms/wmproxy" use="literal" />
Output: addACLItemsResponse <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="addACLItems" parameterOrder="jobId items">
<wsdl:documentation>
This operations adds a list of items to the job Access Control List. Items Already present
will be ignored.
Input: string containing the JobId.
Input: a vector of string containing the ACL Items to add.
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.
GenericFault: another problem occured.
JobUnknownFault: the given job has not been registered to the system.
</wsdl:documentation>
</wsdl:operation>
|