Josh Nathanson wrote: >> This week I uploaded my cfc for dealing with Authorize.Net's recurring >> billing API. >> >> http://AuthorizeNetRecurring.riaforge.org/ >> > > Crap, I just finished my CFC last week but hadn't posted it yet... > > I had an issue where the Authnet service returns three junk characters at > the beginning of the returned XML string, did you happen to run across that? > Their tech said "ColdFusion has bugs parsing XML." I wrote back saying "I > think it's the Authnet service that's buggy, most XML parsers would choke on > three ascii 65533 characters" but I never heard back. I had to remove them > manually with a replace. > > -- Josh >
Yes I did run into that. Download the cfc and take a look at it if you are interested. I also wrote a blog post about fixing those funny characters a few weeks ago: http://www.stillnetstudios.com/2007/07/09/coldfusion-xml-prolog-error/ -Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286438 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

