<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="https://revelcyl.es/wsdl_prueba" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" name="RecetaWS" targetNamespace="https://revelcyl.es/wsdl_prueba">
  <wsdl:message name="importarRecetaVeterinariaRequest">
    <wsdl:part name="xml" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="importarRecetaVeterinariaResponse">
    <wsdl:part name="return" type="xsd:string"/>
  </wsdl:message>
  <wsdl:portType name="RecetaWSPortType">
    <wsdl:operation name="importarRecetaVeterinaria">
      <wsdl:documentation>Servicio Web para la Importación de RECETA VETERINARIA.</wsdl:documentation>
      <wsdl:input message="tns:importarRecetaVeterinariaRequest"/>
      <wsdl:output message="tns:importarRecetaVeterinariaResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="RecetaWSBinding" type="tns:RecetaWSPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="importarRecetaVeterinaria">
      <soap:operation soapAction="RecetaWS#importarRecetaVeterinaria" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="RecetaWS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="RecetaWS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="RecetaWSService">
    <wsdl:port name="RecetaWSPort" binding="tns:RecetaWSBinding">
      <soap:address location="https://revelcyl.es/wsvc_prueba"/>
    </wsdl:port>
  </wsdl:service>
</definitions>
