<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:SimpleServicewsdl" 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="SimpleService" targetNamespace="urn:SimpleServicewsdl"><wsdl:message xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="BuscarCedulaRequest"><wsdl:part name="pass" type="xsd:string"/><wsdl:part name="cedula" type="xsd:string"/><wsdl:part name="tipo" type="xsd:string"/></wsdl:message><wsdl:message xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="BuscarCedulaResponse"><wsdl:part name="return" type="tns:TXmlElement"/></wsdl:message><wsdl:portType xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="SimpleServicePortType"><wsdl:operation name="BuscarCedula"><wsdl:documentation>BuscarCedula es una funcion para buscar una persona por medio de la cedulaMario Fernandez J01-05-2019</wsdl:documentation><wsdl:input message="tns:BuscarCedulaRequest"/><wsdl:output message="tns:BuscarCedulaResponse"/></wsdl:operation></wsdl:portType><wsdl:binding xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="SimpleServiceBinding" type="tns:SimpleServicePortType"><soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="BuscarCedula"><soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SimpleServicewsdl#BuscarCedula" style="rpc"/><wsdl:input xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" namespace="urn:SimpleServicewsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" namespace="urn:SimpleServicewsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="SimpleServiceService"><wsdl:port xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="SimpleServicePort" binding="tns:SimpleServiceBinding"><soap:address xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" location="http://sistema.foodpackcr.com/Tools/soap,consulta"/></wsdl:port></wsdl:service></definitions>
