RE: [cfaussie] Re: CF10 WSDL

2012-08-23 Thread Charlie Arehart
You can indeed override it many ways, and another is on the call to the web
service itself (such as in cfinvoke, createobject, etc.)

For more on all this (beyond the docs) see this article:

http://www.adobe.com/devnet/coldfusion/articles/axis2-web-services.html 

 

/charlie

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Gavin Baumanis
Sent: Wednesday, August 22, 2012 2:19 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] Re: CF10 WSDL

 

Hi Kai,

You are correct.

You can override the CFADMIN setting in code via an Application.cfc setting
or as CFC metadata.

 

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: Query of Query between multiple recordsets

2012-08-23 Thread Steve Onnis
Finally got this to work.  It seemes i only needed to CAST the value that 
was a string and not the one that was already a number.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/Y1SAugGoVG0J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] CFSEARCH ignore case on criteria

2012-08-23 Thread Steve Onnis
Does anyone know how to get CFSEARCH to ignore the case of a search critera 
string when performing a search?

The docs say (though i think it only refers to verity) that if you pass in 
either all UPPER case or all lower case the search will ignore the case of 
the term and perfom the search ignoring the case but whis does not work.

Any help appreciated :)

Steve

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/5ZIXSxvDDa4J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.