<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://www.lqcd.org/ildg/rc" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.lqcd.org/ildg/rc" xmlns:intf="http://www.lqcd.org/ildg/rc" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:rc.ildg.lqcd.org" 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:rc.ildg.lqcd.org" xmlns="http://www.w3.org/2001/XMLSchema"><import namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType name="RCResults"><sequence><element name="explanation" nillable="true" type="xsd:string"/><element name="statuCode" nillable="true" type="xsd:string"/><element name="urls" nillable="true" type="xsd:string"/></sequence></complexType></schema></wsdl:types>
  <message name="getURLResponse">
    <part name="getURLReturn" type="tns1:RCResults"/>
  </message>
  <message name="getURLRequest">
    <part name="lfn" type="xsd:string"/>
  </message>
  <portType name="RCInterface">
    <operation name="getURL" parameterOrder="lfn">
      <input message="impl:getURLRequest" name="getURLRequest"/>
      <output message="impl:getURLResponse" name="getURLResponse"/>
    </operation>
  </portType>
  <binding name="rcSoapBinding" type="impl:RCInterface">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getURL">
      <wsdlsoap:operation soapAction=""/>
      <input name="getURLRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.lqcd.org/ildg/rc" use="encoded"/>
      </input>
      <output name="getURLResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.lqcd.org/ildg/rc" use="encoded"/>
      </output>
    </operation>
  </binding>
  <service name="RCInterfaceService">
    <port binding="impl:rcSoapBinding" name="rc">
      <wsdlsoap:address location="http://ws.jldg.org/axis/services/rc"/>
    </port>
  </service>
</definitions>