> > If .NET is what you are trying to use, then you will > > first need to create a proxy for the ColdFusion web > > service. > > Just curious, do all web services with .NET require this > procedure or is it only because it's written in CF?
All do, and this isn't true just in .NET. When you use CFINVOKE to call a web service from CF, the underlying Axis engine does the same thing - it generates a set of Java proxy classes used to access the web service. 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 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

