| Thread | Last Post | Replies |
|
| Consuming WSDL | 29 Jan 2008 00:06 GMT | 10 |
I need to jump into making requests of a WSDL feed - yesterday. Specifically I am trying to help a client using Netsuite to access their inventory at https://webservices.netsuite.com/wsdl/v2_5_0/netsuite.wsdl I am clueless and it is taking me way too long to find the plethora of ...
|
| cfimage tags missing in ColdFusion 7 MX | 28 Jan 2008 21:24 GMT | 5 |
I have ColdFusion 8 on my test server. I discovered that GoDaddy only offers ColdFusion 7 on my website. I need to be able to use <cfset ImageReduced1=ImageNew("#Image1#")> <cfset ImageResize(ImageReduced1,"350","")> tag and functions. Is there a work around in ColdFusion 7 ...
|
| session variables not recognized in my CFC | 28 Jan 2008 19:17 GMT | 5 |
I got a very weird problem today! I have created a simple login page ( username as an email and a password). This is post to the same page where I verify from a query if the username and password are valid. Once the query returns a RecordCount greater than 0, I create session ...
|
| should I use caching or not? | 28 Jan 2008 18:29 GMT | 3 |
1. Is there any criteria when to use caching like say use caching if there are 5 cfincludes or custom tags in your code. Or something like use caching if code has more than 10 cfifs. I didn't find any article about it. or if .cfm file size is greater than say 30K.
|
| cfajax Exception thrown not caught | 28 Jan 2008 14:35 GMT | 3 |
I'm trying to use the new coldfusion 8 ajax features, but I receive this error in the Ajax debug window: "window:global: Exception thrown and not caught" The result of the ajax cfc call shows correctly in the debug window, but never makes it back to my code because of this error.
|
| CF8 Performance Issues | 28 Jan 2008 10:02 GMT | 14 |
Everyone has been raving about how much faster CF8 is than previous versions. This got me very excited at first. Well, I've been running CF8 on my development machine for a couple weeks now. It's been painfully slow compared to CF7, but I've been putting up with it thinking ...
|
| JNDI Prblem | 28 Jan 2008 09:42 GMT | 1 |
Hello, I have a JNDI datasource set up in the jrun-resources.xml file and I am using this simple class to access it and test a simple prepared statement. For some reason, this connection is not closing. I have made a coldfusion page and accessed this class and it keeps the ...
|
| repeating execution | 27 Jan 2008 04:30 GMT | 2 |
What would be the best way to execute commands repeatedly, for example, to run the same code at the same time every day or every other day? Thank you in advance. YC
|
| Home Page Hide/Display Layers? | 26 Jan 2008 02:11 GMT | 1 |
I need to figure out a way to have a content area with four or five items that can be displayed when a link is rolled over. Very much like the one on this page http://www.lowenstein.com/ How can I do this?
|
| Data Structure | 25 Jan 2008 22:56 GMT | 7 |
I need to creat a data structure to pass into a wsdl function. Three of the 5 fields needs to be set to null, Can some one please help. This is what I have so far. The problem is I tried to set it to "", but when I do that the running it cfmx will give me an error of "String ...
|
| ups shipping rates realtime | 25 Jan 2008 19:51 GMT | 2 |
How do you get shipping quotes from ups? Do you ever have issues with ups never returning a shipping rate? If so, what did you do to workaround this?
|
| webservice creating wsdl format | 25 Jan 2008 19:07 GMT | 1 |
I am attempting to create a webservice using MX 7 to match the wsdl produced by the following service https://aissreports.acxiom.com/xmlbackgroundtests/xmlresults.asmx?wsdl I have tried many different attempts on the following in my cfc, but the
|
| Same problem | 25 Jan 2008 18:35 GMT | 3 |
We are having a similar problem with 2003 server. We have a site running CF 7. It split up in virtual directories. One page calls an include file thats in a another virtual directory. Was there any resolution to this?
|
| cfhttp not working in cf7 | 25 Jan 2008 16:55 GMT | 5 |
This code was working fine in cf5. Not working in cf7. Any idea?. How to find, why this code is not working in CF7?. <cfhttp method="post" url="http://ser01/appsrv/systemcall.do" port="80"
|
| Help me understand clustering and fail-over better | 25 Jan 2008 16:15 GMT | 9 |
I have been in bed with CF since 1997. However, I have never worked for a company that got so much traffic that we had to worry about load balancing and fail over. Now, finally, I am working on a personal project where clustering and fail-over would be just the ticket. So I am ...
|