Well depends, you could pipe it through as a "string". Using CFXML you can automatically convert an XML packet to Structures, which in that case you could use in CFMX to suite your needs until the monkey stops squeeling after every time you spank it.
If you want, you could also parse the XML into a standard .cfm page, which then using CFMXL converts the packet into a Structure Variable, and then invoke a CFC based on a Struct Arguement. Either way before or after it enters a CFC is fine. So far as i can tell, there is no Max len of a string you can parse into a CFC arguement. Also do a read up on consuming web services as this may give you other ways.. (above is just a concept off the cuff). Scott "Jeremy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Howdy, > > Got a quick question bout the CFC stuff I'm working on at the moment. I want > to know if I can pass form.vars via XML to a CFC. > > If so can someone please explain to me in simple terms how to go about doing > this. Every bloody example I have seen on MM site and Ben's book seems to be > explaining it differently. And I honestly don't know which way to turn. > > Jeremy > > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
