source: pro-violet-viettel/sourcecode/application/modules/services/views/mowsdl.php @ 771

Last change on this file since 771 was 499, checked in by dungnv, 11 years ago
File size: 3.0 KB
Line 
1<?php echo "<?xml version='1.0' encoding='UTF-8'?>";?>
2<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/">
3  <wsdl:types>
4    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
5      <s:element name="messageReceiver">
6        <s:complexType>
7          <s:sequence>
8            <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string"/>
9            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string"/>
10            <s:element minOccurs="0" maxOccurs="1" name="RequestID" type="s:string"/>
11            <s:element minOccurs="0" maxOccurs="1" name="UserID" type="s:string"/>
12            <s:element minOccurs="0" maxOccurs="1" name="ReceiverID" type="s:string"/>
13            <s:element minOccurs="0" maxOccurs="1" name="ServiceID" type="s:string"/>
14            <s:element minOccurs="0" maxOccurs="1" name="CommandCode" type="s:string"/>
15            <s:element minOccurs="0" maxOccurs="1" name="Info" type="s:string"/>
16            <s:element minOccurs="0" maxOccurs="1" name="ReceiveTime" type="s:string"/>
17          </s:sequence>
18        </s:complexType>
19      </s:element>
20      <s:element name="messageReceiverResponse">
21        <s:complexType>
22          <s:sequence>
23            <s:element minOccurs="0" maxOccurs="1" name="return" type="s:string"/>
24          </s:sequence>
25        </s:complexType>
26      </s:element>
27    </s:schema>
28  </wsdl:types>
29  <wsdl:message name="messageReceiverSoapIn">
30    <wsdl:part name="parameters" element="tns:messageReceiver"/>
31  </wsdl:message>
32  <wsdl:message name="messageReceiverSoapOut">
33    <wsdl:part name="parameters" element="tns:messageReceiverResponse"/>
34  </wsdl:message>
35  <wsdl:portType name="MOReceiver">
36    <wsdl:operation name="messageReceiver">
37      <wsdl:input message="tns:messageReceiverSoapIn"/>
38      <wsdl:output message="tns:messageReceiverSoapOut"/>
39    </wsdl:operation>
40  </wsdl:portType>
41  <wsdl:binding name="MOReceiver" type="tns:MOReceiver">
42    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
43    <wsdl:operation name="messageReceiver">
44      <soap:operation soapAction="http://tempuri.org/messageReceiver" style="document"/>
45      <wsdl:input>
46        <soap:body use="literal"/>
47      </wsdl:input>
48      <wsdl:output>
49        <soap:body use="literal"/>
50      </wsdl:output>
51    </wsdl:operation>
52  </wsdl:binding>
53  <wsdl:service name="MOReceiver">
54    <wsdl:port name="MOReceiver" binding="tns:MOReceiver">
55      <soap:address location="<?php echo base_url();?>violetservice/soanbai/mo"/>
56    </wsdl:port>
57  </wsdl:service>
58</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.