http://glite.org/wms/wmproxy
The getDAGTemplate Operation
This operation returns a JDL template for a DAG. Input: struct representing the topology of the jobs graph (jobs are identified by a name). Input: string representing the constraints to be inherited by all DAG nodes Input: string representing the preferences to be inherited by all DAG nodes Output: string representing DAG 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.
getDAGTemplateResponse  getDAGTemplate (GraphStructType dependencies, string requirements, string rank)
[fault:  GenericFault  AuthenticationFault  AuthorizationFault  InvalidArgumentFault  ]
Operation Type: Request-response
Collapse Input: getDAGTemplateRequest
GraphStructType dependencies  
string requirements  
string rank  
Collapse Output: getDAGTemplateResponse
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: getDAGTemplateRequest
<soap:body  namespace="http://glite.org/wms/wmproxy"
  use="literal" />
Output: getDAGTemplateResponse
<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="getDAGTemplate">
<wsdl:documentation> This operation returns a JDL template for a DAG. Input: struct representing the topology of the jobs graph (jobs are identified by a name). Input: string representing the constraints to be inherited by all DAG nodes Input: string representing the preferences to be inherited by all DAG nodes Output: string representing DAG 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:getDAGTemplateRequest" />
<wsdl:output  message="glitens:getDAGTemplateResponse" />
<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 ©