> 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286394 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

