Here is a blog post that kind of shows the XMl transformation aspect from a method in a component:

http://www.quackit.com/coldfusion/coldfusion_web_services.cfm

Teddy

On 8/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:
<cffunction name="getcarts" access="remote" output="true" returntype="any">
                <cfquery datasource="#adsn#" name="DBpull">
                        SELECT *stuff*
                        FROM *somewhere*
                        LEFT JOIN *something*  on *something*
                        LEFT JOIN *something*  on *something*
                        LEFT JOIN *something*  on *something*
                 </cfquery>
                <cfscript>
                        bReturn =  querytoxml(DBpull);
                </cfscript>

                <cfreturn breturn/>
        </cffunction>


theres the function ....



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------






--
<cf_payne />

Blog: http://cfpayne.wordpress.com/
Atlanta CFUG: http://www.acfug.org
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

Reply via email to