> In C#, the web reference auto-generates a method for this that takes three > params: a string, a > string, and an XmlNode. Easy-peasy. > > But how do I need to structure the third argument in ColdFusion to make this > work? I've tried > passing a string with the XML, a parsed XML document, a big nested structure > with the > shape of the XML... nothing has worked so far.
Are you specifying TYPE="XML" in your CFARGUMENT tag? That's about all I can think of without shelling to Java (as usual). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320470 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

