ILDG MDC WSDL
ILDG MDC WSDL file
ILDG_MDC.wsdl
—
Extensible Markup Language (XML),
7Kb
File contents
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:mdc.ildg.lqcd.org" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:mdc.ildg.lqcd.org" xmlns:intf="urn:mdc.ildg.lqcd.org" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<schema targetNamespace="urn:mdc.ildg.lqcd.org" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="ArrayOf_xsd_string">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
</restriction>
</complexContent>
</complexType>
<complexType name="QueryResults">
<sequence>
<element name="statusCode" nillable="true" type="xsd:string"/>
<element name="queryTime" nillable="true" type="xsd:string"/>
<element name="totalResults" type="xsd:int"/>
<element name="startIndex" type="xsd:int"/>
<element name="numberOfResults" type="xsd:int"/>
<element name="results" nillable="true" type="impl:ArrayOf_xsd_string"/>
</sequence>
</complexType>
<complexType name="MetadataResult">
<sequence>
<element name="document" nillable="true" type="xsd:string"/>
<element name="statusCode" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="MDCinfo">
<sequence>
<element name="groupName" nillable="true" type="xsd:string"/>
<element name="groupURL" nillable="true" type="xsd:string"/>
<element name="queryTypes" nillable="true" type="impl:ArrayOf_xsd_string"/>
<element name="version" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</schema>
</wsdl:types>
<wsdl:message name="getConfigurationMetadataRequest">
<wsdl:part name="configurationLFN" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="getConfigurationMetadataResponse">
<wsdl:part name="getConfigurationMetadataReturn" type="impl:MetadataResult"/>
</wsdl:message>
<wsdl:message name="getMDCinfoRequest">
</wsdl:message>
<wsdl:message name="getEnsembleMetadataResponse">
<wsdl:part name="getEnsembleMetadataReturn" type="impl:MetadataResult"/>
</wsdl:message>
<wsdl:message name="doConfigurationLFNQueryResponse">
<wsdl:part name="doConfigurationLFNQueryReturn" type="impl:QueryResults"/>
</wsdl:message>
<wsdl:message name="doEnsembleURIQueryRequest">
<wsdl:part name="queryFormat" type="xsd:string"/>
<wsdl:part name="queryString" type="xsd:string"/>
<wsdl:part name="startIndex" type="xsd:int"/>
<wsdl:part name="maxResults" type="xsd:int"/>
</wsdl:message>
<wsdl:message name="getEnsembleMetadataRequest">
<wsdl:part name="ensembleURI" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="doEnsembleURIQueryResponse">
<wsdl:part name="doEnsembleURIQueryReturn" type="impl:QueryResults"/>
</wsdl:message>
<wsdl:message name="doConfigurationLFNQueryRequest">
<wsdl:part name="queryFormat" type="xsd:string"/>
<wsdl:part name="queryString" type="xsd:string"/>
<wsdl:part name="startIndex" type="xsd:int"/>
<wsdl:part name="maxResults" type="xsd:int"/>
</wsdl:message>
<wsdl:message name="getMDCinfoResponse">
<wsdl:part name="getMDCinfoReturn" type="impl:MDCinfo"/>
</wsdl:message>
<wsdl:portType name="MDCInterface">
<wsdl:operation name="doEnsembleURIQuery" parameterOrder="queryFormat queryString startIndex maxResults">
<wsdl:input message="impl:doEnsembleURIQueryRequest" name="doEnsembleURIQueryRequest"/>
<wsdl:output message="impl:doEnsembleURIQueryResponse" name="doEnsembleURIQueryResponse"/>
</wsdl:operation>
<wsdl:operation name="doConfigurationLFNQuery" parameterOrder="queryFormat queryString startIndex maxResults">
<wsdl:input message="impl:doConfigurationLFNQueryRequest" name="doConfigurationLFNQueryRequest"/>
<wsdl:output message="impl:doConfigurationLFNQueryResponse" name="doConfigurationLFNQueryResponse"/>
</wsdl:operation>
<wsdl:operation name="getEnsembleMetadata" parameterOrder="ensembleURI">
<wsdl:input message="impl:getEnsembleMetadataRequest" name="getEnsembleMetadataRequest"/>
<wsdl:output message="impl:getEnsembleMetadataResponse" name="getEnsembleMetadataResponse"/>
</wsdl:operation>
<wsdl:operation name="getConfigurationMetadata" parameterOrder="configurationLFN">
<wsdl:input message="impl:getConfigurationMetadataRequest" name="getConfigurationMetadataRequest"/>
<wsdl:output message="impl:getConfigurationMetadataResponse" name="getConfigurationMetadataResponse"/>
</wsdl:operation>
<wsdl:operation name="getMDCinfo">
<wsdl:input message="impl:getMDCinfoRequest" name="getMDCinfoRequest"/>
<wsdl:output message="impl:getMDCinfoResponse" name="getMDCinfoResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="mdcSoapBinding" type="impl:MDCInterface">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="doEnsembleURIQuery">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="doEnsembleURIQueryRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:input>
<wsdl:output name="doEnsembleURIQueryResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="doConfigurationLFNQuery">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="doConfigurationLFNQueryRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:input>
<wsdl:output name="doConfigurationLFNQueryResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getEnsembleMetadata">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getEnsembleMetadataRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:input>
<wsdl:output name="getEnsembleMetadataResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getConfigurationMetadata">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getConfigurationMetadataRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:input>
<wsdl:output name="getConfigurationMetadataResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getMDCinfo">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getMDCinfoRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:input>
<wsdl:output name="getMDCinfoResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:mdc.ildg.lqcd.org" use="encoded"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
</wsdl:definitions>
