<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://camerfirmaws.com" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://camerfirmaws.com" xmlns:intf="http://camerfirmaws.com" 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="http://camerfirmaws.com" xmlns="http://www.w3.org/2001/XMLSchema"><import namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType name="ArrayOfArrayOf_xsd_string"><sequence><element name="arrayOfArrayOf_xsd_string" nillable="true" type="impl:ArrayOfArrayOf_xsd_string"/></sequence></complexType></schema></wsdl:types>
  <message name="desdeFechaResponse">
    <part name="out0" type="xsd:string"/>
    <part name="out1" type="impl:ArrayOfArrayOf_xsd_string"/>
  </message>
  <message name="desdeFechaRequest">
    <part name="in0" type="xsd:string"/>
    <part name="in1" type="xsd:dateTime"/>
  </message>
  <portType name="serPubCR">
    <operation name="desdeFecha" parameterOrder="in0 in1 out0 out1">
      <input message="impl:desdeFechaRequest" name="desdeFechaRequest"/>
      <output message="impl:desdeFechaResponse" name="desdeFechaResponse"/>
    </operation>
  </portType>
  <binding name="serPubCRSoapBinding" type="impl:serPubCR">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="desdeFecha">
      <wsdlsoap:operation soapAction=""/>
      <input name="desdeFechaRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://camerfirmaws.com" use="encoded"/>
      </input>
      <output name="desdeFechaResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://camerfirmaws.com" use="encoded"/>
      </output>
    </operation>
  </binding>
  <service name="serPubCRService">
    <port binding="impl:serPubCRSoapBinding" name="serPubCR">
      <wsdlsoap:address location="http://webservice.camerfirma.com:8080/aeat/serPubCR"/>
    </port>
  </service>
</definitions>