<?xml version="1.0" ?>
<wsdl:definitions name="dConverter" targetNamespace="http://siliconllama.com" xmlns:1="http://siliconllama.com" xmlns:_="http://siliconllama.com" xmlns:e="http://siliconllama.com" xmlns:g="http://siliconllama.com" xmlns:n="http://siliconllama.com" xmlns:s="http://siliconllama.com" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:types>
    <xsd:schema targetNamespace="http://tempuri.org" xmlns:tns="http://tempuri.org">
      <xsd:import namespace="http://www.w3.org/2001/XMLSchema" schemaLocation="http://www.w3.org/2001/XMLSchema.xsd"/>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="dConvertSoapOut">
    <wsdl:part name="NewDate" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="dConvertSoapIn">
    <wsdl:part name="date" type="xsd:string"/>
    <wsdl:part name="iccode" type="xsd:string"/>
    <wsdl:part name="occode" type="xsd:string"/>
  </wsdl:message>
  <wsdl:portType name="dConverterSOAP">
    <wsdl:operation name="dConvert">
      <wsdl:input message="dConvertSoapIn" name="dConvertInput"/>
      <wsdl:output message="dConvertSoapOut" name="dConvertOutput"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="dConverterSOAPSOAP" type="dConverterSOAP">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="dConvert">
      <soap:operation soapAction="http://siliconllama.com/services/dConverterService/dConverterService.php" style="rpc"/>
      <wsdl:input name="dConvertInput">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="dConvertOutput">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="dConverterSOAP">
    <wsdl:port binding="dConverterSOAPSOAP" name="dConverterSOAPSOAPPort">
      <soap:address location="http://www.siliconllama.com/services/dConverterService/dConverterService.php"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
