Is it just me, or does this whole conversation tie into the fact that CF XML Objects don't serialize for session replication? I'm assuming that the fact they don't serialize automatically (with out the programmer applying a tostring()) is the same reason they don't send properly as arguments to a remote webservice.
~Brad -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 12:27 PM To: CF-Talk Subject: Re: WebServices - XML Object sent as argument not working correct ly You don't need to ToString the XmlObject it already is a string. If anything you should be using XMLParse() on the incoming argument. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279110 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

