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

Last change on this file since 492 was 483, checked in by dungnv, 11 years ago
File size: 3.1 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="contentType" type="s:string"/>
16            <s:element minOccurs="0" maxOccurs="1" name="info" type="s:string"/>
17            <s:element minOccurs="0" maxOccurs="1" name="receiveTime" type="s:string"/>
18          </s:sequence>
19        </s:complexType>
20      </s:element>
21      <s:element name="messageReceiverResponse">
22        <s:complexType>
23          <s:sequence>
24            <s:element minOccurs="0" maxOccurs="1" name="return" type="s:string"/>
25          </s:sequence>
26        </s:complexType>
27      </s:element>
28    </s:schema>
29  </wsdl:types>
30  <wsdl:message name="messageReceiverSoapIn">
31    <wsdl:part name="parameters" element="tns:messageReceiver"/>
32  </wsdl:message>
33  <wsdl:message name="messageReceiverSoapOut">
34    <wsdl:part name="parameters" element="tns:messageReceiverResponse"/>
35  </wsdl:message>
36  <wsdl:portType name="MOReceiver">
37    <wsdl:operation name="messageReceiver">
38      <wsdl:input message="tns:messageReceiverSoapIn"/>
39      <wsdl:output message="tns:messageReceiverSoapOut"/>
40    </wsdl:operation>
41  </wsdl:portType>
42  <wsdl:binding name="MOReceiver" type="tns:MOReceiver">
43    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
44    <wsdl:operation name="messageReceiver">
45      <soap:operation soapAction="http://tempuri.org/messageReceiver" style="document"/>
46      <wsdl:input>
47        <soap:body use="literal"/>
48      </wsdl:input>
49      <wsdl:output>
50        <soap:body use="literal"/>
51      </wsdl:output>
52    </wsdl:operation>
53  </wsdl:binding>
54  <wsdl:service name="MOReceiver">
55    <wsdl:port name="MOReceiver" binding="tns:MOReceiver">
56      <soap:address location="<?php echo base_url();?>violetservice/soanbai/mo"/>
57    </wsdl:port>
58  </wsdl:service>
59</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.