sorry, no replies from server
 Sincerely, 
Chuka I.W. Anene
Chief Software Eng./CEO
Quorium Solutions 
www.quorium.org
07029609185,07032696113




________________________________
From: Jessica Kennedy <police_kidnapped_your_child...@yahoo.com>
To: cf-talk <cf-talk@houseoffusion.com>
Sent: Mon, October 26, 2009 10:06:59 PM
Subject: Re: XML POST with Coldfusion


this will create a valid xml header to send along, over cfsavecontent:

<!---create xml--->
<cfxml variable="apisend">
<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>
</cfxml>

<!---send--->

<cfhttpparam type="XML" value="#apisend#">

</cfhttp> 
<!---dump the response--->
<cfdump var="#getresp.filecontent#">



>> Okay, this should be a nut-cracker on this Blog.
>> 
>> I need someone to develop a coldfusion script that will communicate to 
>> a server/service using XML POST.
>> 
>> Parameters are: 
>> 
>> <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>
>> 
>> 
>> service url is:: http://www.myserver.com/AddOn/myService/XML/XMLInput.
>
>No replies yet.
>
>Okay let me step this up a little bit.
>
>$20.00 (Taxable) for anyone on cracks this one.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:327709
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