http://glite.org/wms/wmproxy
The addACLItems Operation
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.
addACLItemsResponse  addACLItems (string jobId, StringList items)
[fault:  AuthenticationFault  InvalidArgumentFault  JobUnknownFault  GenericFault  AuthorizationFault  ]
Operation Type: Request-response
Parameter order: jobId  items 
Collapse Input: addACLItemsRequest
string jobId  
StringList items  
Collapse Output: addACLItemsResponse
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: 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" />
 
InvalidArgumentFault: InvalidArgumentFault
<soap:fault  name="InvalidArgumentFault"
  use="literal" />
 
JobUnknownFault: JobUnknownFault
<soap:fault  name="JobUnknownFault"
  use="literal" />
 

 Collapse 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:input  message="glitens:addACLItemsRequest"  name="addACLItemsRequest" />
<wsdl:output  message="glitens:addACLItemsResponse"  name="addACLItemsResponse" />
<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 ©