http://glite.org/wms/wmproxy
The jobListMatch Operation
This operation returns the list of CE Ids satisfying the job Requirements specified in the JDL, ordered according to the decreasing Rank. The fault NoSuitableResourcesFault is returned if ther are no resources matching job constraints. Input: string representing the job description (JDL). Input: string representing the delegation ID. Output: list of strings representing matching CEId. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. InvalidArgumentFault: the provided job JDL expression is not valid. GenericFault: another problem occured. NoSuitableResourcesFault: no resources matching job requirements have been found.
jobListMatchResponse  jobListMatch (string jdl, string delegationId)
[fault:  AuthenticationFault  InvalidArgumentFault  NoSuitableResourcesFault  GenericFault  AuthorizationFault  ]
Operation Type: Request-response
Parameter order: jdl  delegationId 
Collapse Input: jobListMatchRequest
string jdl  
string delegationId  
Collapse Output: jobListMatchResponse
StringAndLongList CEIdAndRankList  
Collapse Fault:
AuthenticationFault 
AuthenticationFault fault  
InvalidArgumentFault 
InvalidArgumentFault fault  
NoSuitableResourcesFault 
NoSuitableResourcesFault fault  
GenericFault 
GenericFault GenericFault  
AuthorizationFault 
AuthorizationFault fault  
 Collapse Bindings
Binding: WMProxy
<soap:binding  style="rpc"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
 
Input: jobListMatchRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: jobListMatchResponse
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Fault:
AuthenticationFault: AuthenticationFault
<soap:fault  name="AuthenticationFault"
  use="literal" />
 
AuthorizationFault: AuthorizationFault
<soap:fault  name="AuthorizationFault"
  use="literal" />
 
InvalidArgumentFault: InvalidArgumentFault
<soap:fault  name="InvalidArgumentFault"
  use="literal" />
 
NoSuitableResourcesFault: NoSuitableResourcesFault
<soap:fault  name="NoSuitableResourcesFault"
  use="literal" />
 
GenericFault: GenericFault
<soap:fault  name="GenericFault"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="jobListMatch"  parameterOrder="jdl delegationId">
<wsdl:documentation> This operation returns the list of CE Ids satisfying the job Requirements specified in the JDL, ordered according to the decreasing Rank. The fault NoSuitableResourcesFault is returned if ther are no resources matching job constraints. Input: string representing the job description (JDL). Input: string representing the delegation ID. Output: list of strings representing matching CEId. Faults: AuthenticationFault: a generic authentication problem occured. AuthorizationFault: client is not authorized to perform this operation. InvalidArgumentFault: the provided job JDL expression is not valid. GenericFault: another problem occured. NoSuitableResourcesFault: no resources matching job requirements have been found. </wsdl:documentation>
<wsdl:input  message="glitens:jobListMatchRequest"  name="jobListMatchRequest" />
<wsdl:output  message="glitens:jobListMatchResponse"  name="jobListMatchResponse" />
<wsdl:fault  message="glitens:AuthenticationFault"  name="AuthenticationFault" />
<wsdl:fault  message="glitens:InvalidArgumentFault"  name="InvalidArgumentFault" />
<wsdl:fault  message="glitens:NoSuitableResourcesFault"  name="NoSuitableResourcesFault" />
<wsdl:fault  message="glitens:GenericFault"  name="GenericFault" />
<wsdl:fault  message="glitens:AuthorizationFault"  name="AuthorizationFault" />
</wsdl:operation>
Generated by WSDLdoc ©