> -----Original Message-----
> From: Brad Roberts [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 20, 2003 6:52 PM
> To: CF-Talk
> Subject: Integrating C#
>
>
> 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.
>

I've been dabbling in C#, and from what I know so far (limited!) it sounds
like turning the C# program into a web service is the way to go, since you
stated you are returning a few variables.  Why serialize them into WDDX and
write it out to a file and create extra overhead?  Just use the cfinvoke tag
to connect to the web service and retrieve the variables.

Here's an easy to understand beginner's tutorial on creating a web service
with C#:

http://abstractvb.com/code.asp?A=1006

If I remember correctly, a C# program, even if it's "web-enabled", can still
be used as a windows or console app, but don't hold me to that!


-- Andy


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to