<cfsavecontent variable="myXmlString">
<SMS>    <authentification>       <username></username>       
<password></password>    </authentification>    <message>       
<sender></sender>       <text></text>    </message>    <recipients>       <gsm 
messageId=“clientmsgID1“></gsm>       <gsm 
messageId=“clientmsgID2“></gsm>       <gsm 
messageId=“clientmsgID3“></gsm>       <gsm 
messageId=“clientmsgID4“></gsm>    </recipients> </SMS> 
</cfsavecontent>

<cfhttp url="http://www.myserver.com/AddOn/myService/XML/XMLInput.aspx"; 
method="post" result="servicePostBack">
  <cfhttpparam type="XML" value="#myXmlString#">
</cfhttp>

-Matt

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327697
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to