RE: [flexcoders] Simple XML web service call

2006-05-11 Thread Darren Houle
Yes, I'm loading the SWF from localhost, which is calling a web service on locahost. Darren >How are you loading the SWF? Is the SWF hosted on the same machine as >the CFC? Note that localhost and 127.0.0.1 are not the same string for >purposes of domain name checking for security sandbox r

Re: [flexcoders] Simple XML web service call

2006-05-11 Thread Darren Houle
Yes, the CFC is running, it's Flex that's not dealing with the returned results properly.  I finally gave up on doing it this way and now I'm just returning a datatype of "query" from the CFC which works fine.  It just that it seems like the code should work (it's so basic) but yet it didn't.

Re: [flexcoders] Simple XML web service call

2006-05-10 Thread Tom Chiverton
>>> On Tue, May 9, 2006 at  7:50 PM, in message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > I've tried different resultFormats, different returnTypes... returning a > string instead of the cfxml tag... building mystring and returning the > result of parseXML(mystring).  Nothing seems to w

RE: [flexcoders] Simple XML web service call

2006-05-09 Thread Peter Farland
You need to add a fault handler to the WebService to see why it has failed. How are you loading the SWF? Is the SWF hosted on the same machine as the CFC? Note that localhost and 127.0.0.1 are not the same string for purposes of domain name checking for security sandbox restrictions. -Orig