http://glite.org/wms/wmproxy
The getIntParametricJobTemplate Operation
This operation returns a JDL template for a parametric of job, which is a job having one or more parametric attributes in the JDL. The parametric attributes vary their values according to the "Parameter" attribute specified in the JDL itself (in this case the parametere has to be an integer). The submission of a Parametric job results in the submission of a set of jobs having the same descritpion apart from the parametrised attribute. They can be however controlled and monitored as a single entity. Input: list of strings representing the parametric JDL attributes Input: int representing the value of the Parameter attribute Input: int representing the start value for varying the parametric attributes Input: int representing the step of each variation 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 Parametric Job 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.
getIntParametricJobTemplateResponse  getIntParametricJobTemplate (StringList attributes, int param, int parameterStart, int parameterStep, string requirements, string rank)
[fault:  GenericFault  AuthenticationFault  AuthorizationFault  InvalidArgumentFault  ]
Operation Type: Request-response
Collapse Input: getIntParametricJobTemplateRequest
StringList attributes  
int param  
int parameterStart  
int parameterStep  
string requirements  
string rank  
Collapse Output: getIntParametricJobTemplateResponse
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: getIntParametricJobTemplateRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: getIntParametricJobTemplateResponse
<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="getIntParametricJobTemplate">
<wsdl:documentation> This operation returns a JDL template for a parametric of job, which is a job having one or more parametric attributes in the JDL. The parametric attributes vary their values according to the "Parameter" attribute specified in the JDL itself (in this case the parametere has to be an integer). The submission of a Parametric job results in the submission of a set of jobs having the same descritpion apart from the parametrised attribute. They can be however controlled and monitored as a single entity. Input: list of strings representing the parametric JDL attributes Input: int representing the value of the Parameter attribute Input: int representing the start value for varying the parametric attributes Input: int representing the step of each variation 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 Parametric Job 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:getIntParametricJobTemplateRequest" />
<wsdl:output  message="glitens:getIntParametricJobTemplateResponse" />
<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 ©