If it doesn't take the xml object, try converting it to a string before passing it in.
Russ > -----Original Message----- > From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson- > [EMAIL PROTECTED] > Sent: Tuesday, August 29, 2006 11:55 AM > To: CF-Talk > Subject: Re: COM and CF... > > XML? I think it is working I am just getting a COM error now... > > > > > > "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, > Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, > Registered in England, Number 678540. It contains information which is > confidential and may also be privileged. It is for the exclusive use of > the > intended recipient(s). If you are not the intended recipient(s) please > note > that any form of distribution, copying or use of this communication or the > information in it is strictly prohibited and may be unlawful. If you have > received this communication in error please return it to the sender or > call > our switchboard on +44 (0) 20 89107910. The opinions expressed within > this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -----Original Message----- > From: Russ > To: CF-Talk > Sent: Tue Aug 29 16:51:03 2006 > Subject: RE: COM and CF... > > In visual basic Variant is the data type that can hold anything (basically > poor man's version of coldfusion variables). So theoretically it can take > any CF variable... (at least any simple cf variable, string, int, etc). > > russ > > > -----Original Message----- > > From: Ben Nadel [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 29, 2006 11:41 AM > > To: CF-Talk > > Subject: RE: COM and CF... > > > > I was looking up VARIANT stuff when I was trying to mimic sending ASP > > response objects... From what I remember (and I never figured it out > > successfully) is that VARIANT data types can be many things. I don't > think > > there is any one VARIANT type... But I have never used it and could be > > waaaay off base. > > > > > > ....................... > > Ben Nadel > > www.bennadel.com > > Certified Advanced ColdFusion Developer > > > > Need Help? > > www.bennadel.com/ask-ben/ > > > > > > -----Original Message----- > > From: Robertson-Ravo, Neil (RX) > > [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, August 29, 2006 11:33 AM > > To: CF-Talk > > Subject: COM and CF... > > > > All, > > > > I have a COM component but a method call seems to hang CF/Page.... any > > idea > > what CF object type I need to pass to a VARIANT in order for it to work? > > > > ServerExecuteXml([in]VARIANT, [out,in,optional]VARIANT, > > [out,in,optional]VARIANT, [out, retval]VARIANT) > > > > What object type does CF need to generate for the VARIANT datatype to > > work?? > > > > N > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251380 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

