<?php echo "<?xml version='1.0' encoding='UTF-8'?>";?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://tempuri.org/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="messageReceiver">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="RequestID" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="UserID" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="ReceiverID" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="ServiceID" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="CommandCode" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="Info" type="s:string"/>
            <s:element minOccurs="0" maxOccurs="1" name="ReceiveTime" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="messageReceiverResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="return" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="messageReceiverSoapIn">
    <wsdl:part name="parameters" element="tns:messageReceiver"/>
  </wsdl:message>
  <wsdl:message name="messageReceiverSoapOut">
    <wsdl:part name="parameters" element="tns:messageReceiverResponse"/>
  </wsdl:message>
  <wsdl:portType name="MOReceiver">
    <wsdl:operation name="messageReceiver">
      <wsdl:input message="tns:messageReceiverSoapIn"/>
      <wsdl:output message="tns:messageReceiverSoapOut"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MOReceiver" type="tns:MOReceiver">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="messageReceiver">
      <soap:operation soapAction="http://tempuri.org/messageReceiver" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="MOReceiver">
    <wsdl:port name="MOReceiver" binding="tns:MOReceiver">
      <soap:address location="<?php echo base_url();?>violetservice/soanbai/mo"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>