http://glite.org/wms/wmproxy
This operation returns the Delegated Proxy information
Input: string containing the JobId.
Output: a vector of strings containing Delegated Proxy information
Faults:
AuthenticationFault: a generic authentication problem occured.
AuthorizationFault: client is not authorized to perform this operation.
InvalidArgumentFault: the given job Id is not valid.
GenericFault: another problem occured.
JobUnknownFault: the given job has not been registered to the system.
Operation Type: Request-response
Parameter order:
jobId
Fault:
Bindings |
Binding: WMProxy <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
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" />
JobUnknownFault: JobUnknownFault
<soap:fault name="JobUnknownFault" use="literal" />
|
|
XML |
-<wsdl:operation name="getDelegatedProxyInfo" parameterOrder="jobId">
<wsdl:documentation>
This operation returns the Delegated Proxy information
Input: string containing the JobId.
Output: a vector of strings containing Delegated Proxy information
Faults:
AuthenticationFault: a generic authentication problem occured.
AuthorizationFault: client is not authorized to perform this operation.
InvalidArgumentFault: the given job Id is not valid.
GenericFault: another problem occured.
JobUnknownFault: the given job has not been registered to the system.
</wsdl:documentation>
</wsdl:operation>
|