| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<definitions name="SendSms" targetNamespace="http://xmlns.bulldog.com/SendSms" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.bulldog.com/SendSms" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.bulldog.com/SendSms"> |
|---|
| 3 |
<types> |
|---|
| 4 |
<schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.bulldog.com/SendSms" xmlns="http://www.w3.org/2001/XMLSchema"> |
|---|
| 5 |
<element name="SendSmsProcessRequest"> |
|---|
| 6 |
<complexType> |
|---|
| 7 |
<sequence> |
|---|
| 8 |
<element name="keyword" type="string"/> |
|---|
| 9 |
<element name="sender" type="string"/> |
|---|
| 10 |
<element name="receiver" type="string"/> |
|---|
| 11 |
<element name="text" type="string"/> |
|---|
| 12 |
</sequence> |
|---|
| 13 |
</complexType> |
|---|
| 14 |
</element> |
|---|
| 15 |
</schema> |
|---|
| 16 |
<schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.bulldog.com/ns/smsservice" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:s1="http://www.bulldog.com/ns/smsservice"> |
|---|
| 17 |
<element name="Sms" type="s1:tSms"/> |
|---|
| 18 |
<complexType name="tSms"> |
|---|
| 19 |
<sequence> |
|---|
| 20 |
<element name="sender" type="string"/> |
|---|
| 21 |
<element name="receiver" type="string"/> |
|---|
| 22 |
<element name="keyword" type="string"/> |
|---|
| 23 |
<element name="text" type="string"/> |
|---|
| 24 |
<element name="datetime" type="string"/> |
|---|
| 25 |
</sequence> |
|---|
| 26 |
</complexType> |
|---|
| 27 |
</schema> |
|---|
| 28 |
</types> |
|---|
| 29 |
<message name="SendSmsRequestMessage"> |
|---|
| 30 |
<part name="payload" element="tns:SendSmsProcessRequest"/> |
|---|
| 31 |
</message> |
|---|
| 32 |
<portType name="SendSms"> |
|---|
| 33 |
<operation name="initiate"> |
|---|
| 34 |
<input message="tns:SendSmsRequestMessage"/> |
|---|
| 35 |
</operation> |
|---|
| 36 |
</portType> |
|---|
| 37 |
<binding name="SendSmsBinding" type="tns:SendSms"> |
|---|
| 38 |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
|---|
| 39 |
<operation name="initiate"> |
|---|
| 40 |
<soap:operation style="document" soapAction="initiate"/> |
|---|
| 41 |
<input> |
|---|
| 42 |
<soap:body use="literal"/> |
|---|
| 43 |
</input> |
|---|
| 44 |
</operation> |
|---|
| 45 |
</binding> |
|---|
| 46 |
<service name="SendSms"> |
|---|
| 47 |
<port name="SendSmsPort" binding="tns:SendSmsBinding"> |
|---|
| 48 |
<soap:address location="http://RLS-4-011:9700/orabpel/default/SendSms/1.0"/> |
|---|
| 49 |
</port> |
|---|
| 50 |
</service> |
|---|
| 51 |
<plnk:partnerLinkType name="SendSms"> |
|---|
| 52 |
<plnk:role name="SendSmsProvider"> |
|---|
| 53 |
<plnk:portType name="tns:SendSms"/> |
|---|
| 54 |
</plnk:role> |
|---|
| 55 |
</plnk:partnerLinkType> |
|---|
| 56 |
</definitions> |
|---|