http://glite.org/wms/wmproxy
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.
Operation Type: Request-response
Parameter order:
jdl
delegationId
Fault:
Bindings |
Binding: WMProxy <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
Input: jobListMatchRequest <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" />
GenericFault: GenericFault
<soap:fault name="GenericFault" use="literal" />
|
|
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:operation>
|