http://glite.org/wms/wmproxy
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.
Operation Type: Request-response
Fault:
Bindings |
Binding: WMProxy <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
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" />
|
|
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:operation>
|