http://glite.org/wms/wmproxy
The getACLItems Operation
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.
getACLItemsResponse  getACLItems (string jobId)
[fault:  AuthenticationFault  InvalidArgumentFault  JobUnknownFault  GenericFault  AuthorizationFault  ]
Operation Type: Request-response
Parameter order: jobId 
Collapse Input: getACLItemsRequest
string jobId  
Collapse Output: getACLItemsResponse
StringList items  
Collapse Fault:
AuthenticationFault 
AuthenticationFault fault  
InvalidArgumentFault 
InvalidArgumentFault fault  
JobUnknownFault 
JobUnknownFault fault  
GenericFault 
GenericFault GenericFault  
AuthorizationFault 
AuthorizationFault fault  
 Collapse Bindings
Binding: WMProxy
<soap:binding  style="rpc"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
 
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" />
 
InvalidArgumentFault: InvalidArgumentFault
<soap:fault  name="InvalidArgumentFault"
  use="literal" />
 
JobUnknownFault: JobUnknownFault
<soap:fault  name="JobUnknownFault"
  use="literal" />
 

 Collapse 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:input  message="glitens:getACLItemsRequest"  name="getACLItemsRequest" />
<wsdl:output  message="glitens:getACLItemsResponse"  name="getACLItemsResponse" />
<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:GenericFault"  name="GenericFault" />
<wsdl:fault  message="glitens:AuthorizationFault"  name="AuthorizationFault" />
</wsdl:operation>
Generated by WSDLdoc ©