> I understand that this is kind of trivial - given that > you can consume NET Web Services - however I am trying > to use classes from a .NET assembly that have not been > exposed as WebMethods. Has anyone out there heard of or > done anything like this? > > Perhaps I could create a .NET Web Service that accesses > the local assembly, and then exposes the results as a > WebMethod - but that's a little kluged.
It seems to me that you have at least three options, one of which you mentioned (exposing the assembly through a .NET web service). The other two are to provide COM wrappers for your .NET assemblies (there's an article about this in a recent MSDN Magazine, I think) or to look at using something like Ja.NET (from the makers of JIntegra, the Java-COM bridge bundled with CFMX): http://www.intrinsyc.com/products/ja.net/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

