Re: [ACFUG Discuss] Newbie Question with Components

2010-12-30 Thread Charlie Stell
Say you have the following abc.cfc : cfcomponent ... cffunction name=x cfargument name=a cfargument name=b cfargument name=c cfargument name=d ... /cffunction ... /component Ang you going to invoke in from somewhere else. Depending on the situation, sometimes you'll have different

Re: [ACFUG Discuss] Noob help

2010-12-07 Thread Charlie Stell
Hey Mike, With query of queries, you only have available to you what was returned from the main query (both in terms of columns and rows). To figure out where your loosing records, two cfdump's may be the quickest way (though a pain if the rowset is really large). For example, if query X is a

[ACFUG Discuss] Web Services Question

2009-08-20 Thread Charlie Stell
Right now I have a piece of code looping over a large recordset and performing a web service call for each record. Looks close to this- ...query... loop over query -WebService = structnew(); -WebService.object = createobject(webservice, wsdl_path); -WebService.call =

Re: [ACFUG Discuss] car make model info

2008-12-08 Thread Charlie Stell
Ive worked with chrome.com before for this. It has a very nice API - biggest drawback is it's not free... On Mon, Dec 8, 2008 at 3:08 PM, Howard Fore [EMAIL PROTECTED] wrote: http://www.chrome.com or screen scrape: http://tektastic.com/2008/03/car-or-auto-make-model-year-database.html On

RE: [ACFUG Discuss] sorting question

2008-07-25 Thread Charlie Stell
Interesting task! Unless there's some whitepaper out there explaining the real right answer, Cameron's mention of how to test the effectiveness is great. One way that occurred to me is have a meta table with a column for attribute-name and a column with the value of importance (would be

RE: [ACFUG Discuss] CFC/WS/VAR Question

2008-06-25 Thread Charlie Stell
it? Windows or Linux? What about permissions - is CF running under it's over account (with permissions to open TCP Sockets)? -Cameron On Wed, Jun 25, 2008 at 3:05 PM, Charlie Stell [EMAIL PROTECTED] wrote: I have a cfc that calls a third party web service. This cfc is instantiated within a request

[ACFUG Discuss] GetSOAPResponseHeader Example

2008-02-25 Thread Charlie Stell
I'm working on interfacing with a third-party's web service - trick is, they don't post the WSDL. they email it out. The WS in question is SOAP/rpc. If possible I'd like to not rely on putting the copy of this WSDL up on our own server and using that to gen-up stubs. Does anyone know

[ACFUG Discuss] CF8/Garbage Collection/Performance

2007-12-14 Thread Charlie Stell
Im looking into performance issues with an application running on CF8. One of the things Im checking is the GC , Does anyone know how to pragmatically invoke GC? I know you can manually click GC if you have Server Monitor available in CfAdmin (which I did until the 30 days was up and the Standard

Re: [ACFUG Discuss] CF8/Garbage Collection/Performance

2007-12-14 Thread Charlie Stell
-- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Charlie Stell *Sent:* Friday, December 14, 2007 2:20 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] CF8/Garbage Collection/Performance Hey John, that article was pretty much the most useful piece I've

Re: [ACFUG Discuss] CF8/Garbage Collection/Performance

2007-12-14 Thread Charlie Stell
] *On Behalf Of *Charlie Stell *Sent:* Friday, December 14, 2007 3:11 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] CF8/Garbage Collection/Performance After reading some of these other articles I found another possible problem. Also - I rewrote every line of the cfc a few

[ACFUG Discuss] consuming SOAP with CF 6.1

2007-10-03 Thread Charlie Stell
I know when I get my response datat from this particular web-service, CF will convert the response into a JAVA object. This seemes pretty cool as I dont have to parse anythig manually. I see that it creates a get method for each data element. Is there anyway to list all of the functions

[ACFUG Discuss] SOAP Question

2007-10-01 Thread Charlie Stell
This is probally a pretty stupid question. Im trying to use CF consume a web-service that is not produced by CF. I have the WSDL, it was emailed to me. However, I do not have the url to the wsdl file. So I have ABC.wsdl with the following: ?xml version=1.0? definitions name=ABCService

Re: [ACFUG Discuss] SOAP Question

2007-10-01 Thread Charlie Stell
*Charlie Stell [EMAIL PROTECTED]* Sent by: [EMAIL PROTECTED] 10/01/2007 08:41 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: [ACFUG Discuss] SOAP Question All I know is that they are using a SOAP RPC Router. Their support is a bit lacking

[ACFUG Discuss] CFQueryParam

2007-08-01 Thread Charlie Stell
Does anyone know if CFQueryParam is offered in a function version? Im trying to build out a dynamic query string and then use that for the where clause... Thanks! Charlie - Annual Sponsor FigLeaf Software - http://www.figleaf.com To

[ACFUG Discuss] Machii Question

2007-05-17 Thread Charlie Stell
Hi all, Im trying to move up a site that I developed my my local environment to shared hosting (cfdynamics). Its using Machii. At first, the hosting company had moved the Machii, model, and filter folders to the custom tag directory - which worked, but meant I couldnt make changes to the model