<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" <http://schemas.xmlsoap.org/soap/envelope/> xmlns:xsd="http://www.w3.org/2001/XMLSchema" <http://www.w3.org/2001/XMLSchema> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <http://www.w3.org/2001/XMLSchema-instance> >
<soapenv:Body>
<ns1:send soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" <http://schemas.xmlsoap.org/soap/encoding/> xmlns:ns1="urn:bulletinwireless.com/appconnect/1.0">
<application xsi:type="xsd:string">yourAccountId</application>
<environment xsi:type="xsd:int">0</environment>
<message href="#id0"/>
</ns1:send>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" <http://schemas.xmlsoap.org/soap/encoding/> xsi:type="ns2:Message" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" <http://schemas.xmlsoap.org/soap/encoding/> xmlns:ns2="urn:bulletinwireless.com/appconnect/1.0">
<body xsi:type="xsd:string">contentOfMessage</body>
<from xsi:type="xsd:string">handsetNumber</from>
<to xsi:type="xsd:string">shortCodeNumber</to>
<messageId xsi:type="xsd:string">bulletinMessageId</messageId>
</multiRef>
</soapenv:Body>
</soapenv:Envelope>