<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://pmt.munifrayblascasas.gob.gt/consultaweb/app/ws" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://pmt.munifrayblascasas.gob.gt/consultaweb/app/ws">
<types>
<xsd:schema targetNamespace="http://pmt.munifrayblascasas.gob.gt/consultaweb/app/ws"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="totalRemisionesRequest"></message>
<message name="totalRemisionesResponse">
  <part name="return" type="xsd:string" /></message>
<portType name="ws_remisiones_utilPortType">
  <operation name="totalRemisiones">
    <input message="tns:totalRemisionesRequest"/>
    <output message="tns:totalRemisionesResponse"/>
  </operation>
</portType>
<binding name="ws_remisiones_utilBinding" type="tns:ws_remisiones_utilPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="totalRemisiones">
    <soap:operation soapAction="http://pmt.munifray.gob.gt/consultaweb/app/ws/ws_remisiones_util.php/totalRemisiones" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://pmt.munifrayblascasas.gob.gt/consultaweb/app/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://pmt.munifrayblascasas.gob.gt/consultaweb/app/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="ws_remisiones_util">
  <port name="ws_remisiones_utilPort" binding="tns:ws_remisiones_utilBinding">
    <soap:address location="http://pmt.munifray.gob.gt/consultaweb/app/ws/ws_remisiones_util.php"/>
  </port>
</service>
</definitions>	