Hi Brad, > I've got an application written in C# that I need to integrate into our CF > app. The C# app makes a HTTP request, grabs a WDDX packet (a query with > about 15,000 records), does some intense calculations, and returns just a > few variables. Unfortunately, I know nothing about C#, and the programmer > who does, knows nothing about CF. -- if the applications live on the same machine, and the C# guy can understand wddx, why not have the C# app write out a text file that contains a wddx packet w/ your variables.. It sounds like the C# app isn't something that will be run very frequently (ie: a) requesting via HTTP, b) 15,000 records, c) wddx) == lots of time) or at least it shouldn't be. :)
AJ Aaron Johnson http://cephas.net/blog/ [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

