> I'm not sure if CFX_HTTP5 is used too much in the community, but I figure > I'll check. > > Has anyone had any issues with it returning partial strings on a GET? > > CFMX7 / 32bit machine: > Returning values just fine. > > CF9 / Win2008 / 64bit machine (with 64bit version of cfx_http5): > The tag seems to be cutting off the last 3 or four characters of the return > value. As a result my XML won't validate. I can't control the XML it's > coming from a google-mini box.I'm not sure if it's the tag or something in > CF9 effecting things. > > I have manually verified the google-mini is returning valid XML. > > Anyone seen this? Or does it smell like anything you've tangled with in the > past, though mybe unrelated?
You will have absolutely no problem returning results from a Google Mini or a Google Search Appliance just using the built-in CFHTTP. I recommend you try that rather than waste time with an external library in this case. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342158 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

