http://glite.org/wms/wmproxy
This operation returns the list of the Items contained in the job Access Control List present
inside the Gacl authorization file specific fo the job.
Input: string containing the JobId.
Output: a vector of string containing the ACL Items set.
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
Fault:
Bindings |
Binding: WMProxy <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
Input: getACLItemsRequest <soap:body namespace="http://glite.org/wms/wmproxy" use="literal" />
Output: getACLItemsResponse <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="getACLItems" parameterOrder="jobId">
<wsdl:documentation>
This operation returns the list of the Items contained in the job Access Control List present
inside the Gacl authorization file specific fo the job.
Input: string containing the JobId.
Output: a vector of string containing the ACL Items set.
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>
|