http://glite.org/wms/wmproxy
The getCollectionTemplate Operation
This operation returns a JDL template for a collection of jobs, that is a set of independent jobs that can be submitted, controlled and monitored as a single entity. Input: int representing the number of jobs of the collection. Input: string representing the constraints to be inherited by all the jobs of the collection. Input: string representing the preferences to be inherited by all the jobs of the collection. Output: string representing the Collection JDL template. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. InvalidArgumentFault: one or more of the provided input parameters is not valid. GenericFault: another problem occured.
getCollectionTemplateResponse  getCollectionTemplate (int jobNumber, string requirements, string rank)
[fault:  GenericFault  AuthenticationFault  AuthorizationFault  InvalidArgumentFault  ]
Operation Type: Request-response
Collapse Input: getCollectionTemplateRequest
int jobNumber  
string requirements  
string rank  
Collapse Output: getCollectionTemplateResponse
string jdl  
Collapse Fault:
GenericFault 
GenericFault GenericFault  
AuthenticationFault 
AuthenticationFault fault  
AuthorizationFault 
AuthorizationFault fault  
InvalidArgumentFault 
InvalidArgumentFault fault  
 Collapse Bindings
Binding: WMProxy
<soap:binding  style="rpc"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
 
Input: getCollectionTemplateRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: getCollectionTemplateResponse
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Fault:
GenericFault: GenericFault
<soap:fault  name="GenericFault"
  use="literal" />
 
AuthenticationFault: AuthenticationFault
<soap:fault  name="AuthenticationFault"
  use="literal" />
 
AuthorizationFault: AuthorizationFault
<soap:fault  name="AuthorizationFault"
  use="literal" />
 
InvalidArgumentFault: InvalidArgumentFault
<soap:fault  name="InvalidArgumentFault"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="getCollectionTemplate">
<wsdl:documentation> This operation returns a JDL template for a collection of jobs, that is a set of independent jobs that can be submitted, controlled and monitored as a single entity. Input: int representing the number of jobs of the collection. Input: string representing the constraints to be inherited by all the jobs of the collection. Input: string representing the preferences to be inherited by all the jobs of the collection. Output: string representing the Collection JDL template. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. InvalidArgumentFault: one or more of the provided input parameters is not valid. GenericFault: another problem occured. </wsdl:documentation>
<wsdl:input  message="glitens:getCollectionTemplateRequest" />
<wsdl:output  message="glitens:getCollectionTemplateResponse" />
<wsdl:fault  message="glitens:GenericFault"  name="GenericFault" />
<wsdl:fault  message="glitens:AuthenticationFault"  name="AuthenticationFault" />
<wsdl:fault  message="glitens:AuthorizationFault"  name="AuthorizationFault" />
<wsdl:fault  message="glitens:InvalidArgumentFault"  name="InvalidArgumentFault" />
</wsdl:operation>
Generated by WSDLdoc ©