http://glite.org/wms/wmproxy
The getStringParametricJobTemplate 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 a list of strings). The submission of a Parametric job results in the submission of a set of jobs having the same descritpion apart from the value of the parametric attributes. They can be however controlled and monitored as a single entity. Input: list of strings representing the parametric JDL attributes Input: list of strings representing the values of the Parameter attribute 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.
getStringParametricJobTemplateResponse  getStringParametricJobTemplate (StringList attributes, StringList param, string requirements, string rank)
[fault:  GenericFault  AuthenticationFault  AuthorizationFault  InvalidArgumentFault  ]
Operation Type: Request-response
Collapse Input: getStringParametricJobTemplateRequest
StringList attributes  
StringList param  
string requirements  
string rank  
Collapse Output: getStringParametricJobTemplateResponse
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: getStringParametricJobTemplateRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: getStringParametricJobTemplateResponse
<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="getStringParametricJobTemplate">
<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 a list of strings). The submission of a Parametric job results in the submission of a set of jobs having the same descritpion apart from the value of the parametric attributes. They can be however controlled and monitored as a single entity. Input: list of strings representing the parametric JDL attributes Input: list of strings representing the values of the Parameter attribute 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: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 ©