<definitions targetNamespace="http://tempuri.org/" name="Operacion_QueryPacientesService" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<xsd:schema>
<xsd:import namespace="http://tempuri.org/" schemaLocation="http://localhost:8082/services/QueryPacientes?xsd=1"/>
</xsd:schema>
</types>
<message name="Operacion_QueryPacientes">
<part name="parameters" element="tns:Operacion_QueryPacientes"/>
</message>
<message name="Operacion_QueryPacientesResponse">
<part name="parameters" element="tns:Operacion_QueryPacientesResponse"/>
</message>
<portType name="ConsultaPacientesSoap">
<operation name="Operacion_QueryPacientes">
<input wsam:Action="Operacion_QueryPacientes" message="tns:Operacion_QueryPacientes"/>
<output wsam:Action="http://tempuri.org/ConsultaPacientesSoap/Operacion_QueryPacientesResponse" message="tns:Operacion_QueryPacientesResponse"/>
</operation>
</portType>
<binding name="ConsultaPacientesSoapPortBinding" type="tns:ConsultaPacientesSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="Operacion_QueryPacientes">
<soap:operation soapAction="Operacion_QueryPacientes"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="Operacion_QueryPacientesService">
<port name="ConsultaPacientesSoapPort" binding="tns:ConsultaPacientesSoapPortBinding">
<soap:address location="http://localhost:8082/services/QueryPacientes"/>
</port>
</service>
</definitions>