Chuka,   All the SMS services I've ever used send a response code back
when you try to send an SMS - a success code or an error code.     If
you're not gettting anything back, then I'd assume you're not sending
anything - or if you are,  you're not authenticating correctly on the
SMS service.

Dave's advice is good advice - verify that if you send an XML packet
without involving CF, that it will work.    That will prove that their
XML service is listening, and that you are authenticating correctly.
Then create your CF code to produce the same XML that you send
manually.

As Dave said (and I always listen to Dave Watts - he's about the most
wise and experienced CF Programmer there is anywhere) there are lots
of reasons why it might not work.  You need to eliminate all the
possible reasons one by one until you have only one left - then you
know the problem you have to solve.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On Tue, Oct 27, 2009 at 10:18 AM, Dominic Watson
<watson.domi...@googlemail.com> wrote:
>
> Does the service output anything when you use the GET method? Try dumping
> the http response from the code Jessica provided, ie.
>
> ... jessica's code ...
>
> <cfdump var="#cfhttp.filecontent#" />
>
> Dominic
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:327721
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to