http://glite.org/wms/wmproxy
The getJobTemplate Operation
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.
getJobTemplateResponse  getJobTemplate (JobTypeList jobType, string executable, string arguments, string requirements, string rank)
[fault:  GenericFault  AuthenticationFault  AuthorizationFault  InvalidArgumentFault  ]
Operation Type: Request-response
Collapse Input: getJobTemplateRequest
JobTypeList jobType  
string executable  
string arguments  
string requirements  
string rank  
Collapse Output: getJobTemplateResponse
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: getJobTemplateRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: getJobTemplateResponse
<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="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:input  message="glitens:getJobTemplateRequest" />
<wsdl:output  message="glitens:getJobTemplateResponse" />
<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 ©