WDSL Q's

2005-02-16 Thread Clark Slater
Hey everyone, I'm trying to find the answers to a couple of (slightly) odd questions regarding consuming a non CF webservice for my (slightly)odd client: 1). Does the WSDL have to hve a file extension of .wsdl? Or can it have another name, such as myWDSLFile.xml? 2.) Does Cold Fusion care if the

RE: WDSL Q's

2005-02-16 Thread Clark Slater
Thanks Dave, you are the shiznit of ColdFusion. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 5:30 PM To: CF-Talk Subject: RE: WDSL Q's > I'm trying to find the answers to a couple of (slightly) odd > questions regarding consuming a non

cfselect: default selection

2005-03-30 Thread Clark Slater
I have been given a project to build a web traffic reporting system and I am having some problems with cfselect. Specifically I need to know how to automatically select a manually added option. All The manually added option 'All' should be selected when the form is submitted and the results ret

RE: Built a dirty word checker, testing please?

2005-04-09 Thread Clark Slater
wanker -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Saturday, April 09, 2005 11:26 AM To: CF-Talk Subject: Re: Built a dirty word checker, testing please? "Toss my salad" passed with flying colors! :) On Apr 9, 2005 12:23 PM, Will Tomlinson <[EMAIL PROTECTED]>

cfqueryparam/SQL Injection

2005-04-27 Thread Clark Slater
I have a requirement to store long URLs in my database (VARCHAR (256)). Of course this URL is often a parameter in my queries. How can I prevent a SQL injection attack using cfqueryparam? Checking for max length is not going to help because there could easily be a nasty SQL statement far shorter th

RE: getting the record I just inserted

2005-05-10 Thread Clark Slater
Within a cftransaction use SELECT @@IDENTITY - returns the ID of the last record inserted. cftransaction prevents a race condition. -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 2:59 PM To: CF-Talk Subject: getting the record I just inserted

RE: Consuming Web Services

2004-12-14 Thread Clark Slater
Thanks Dave and Thanks Dave, My client has actually supplied all the SOAP templates so I do know what the service is expecting, just uncertain of how to invoke the service in the absence of WSDL. Wish I was at the DenverCFUG meeting, it sounds like it would have been enlightening. Sincerely hope t

Consuming Web Services

2004-12-14 Thread Clark Slater
Every tutorial I have found online regarding web service consumption with CFMX refers to WSDL. Is it possible to consume a SOAP web service without WSDL? Apologies for the newbie question. Clark ~| Special thanks to the CF Commu

RE: Consuming Web Services

2004-12-14 Thread Clark Slater
1:32 PM To: CF-Talk Subject: RE: Consuming Web Services tell me a lil bit more about what u got and what ur doing and i will try to help you use cfivoke like a cfc -- Original Message ---------- From: "Clark Slater" <[EMAIL PROTECTED]> Reply-To:

RE: Consuming Web Services

2004-12-14 Thread Clark Slater
Yeah I wish I could use Flash Remoting but no chance because the web service is actually running on a machine within the client's LAN, accessible only via secure shell tunnel from the webserver (and hence the coldfusion app server). Bit of a nightmare, looks like the best option might be to try and