http://glite.org/wms/wmproxy
This operation returns a JDL template for the requested job type.
Input: list of strings representing the job type
Input: string representing the job(s) executable
Input: string representing the executable command line arguments
Input: string representing the job(s) constraints (JDL requirements expression)
Input: string representing the job(s) preferences (JDL rank expression)
Output: string representing the 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="getJobTemplate">
<wsdl:documentation>
This operation returns a JDL template for the requested job type.
Input: list of strings representing the job type
Input: string representing the job(s) executable
Input: string representing the executable command line arguments
Input: string representing the job(s) constraints (JDL requirements expression)
Input: string representing the job(s) preferences (JDL rank expression)
Output: string representing the 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>
|