-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On your Server are you using Coldfusion and if so you need version 7.0.2 at the minimum. When you goto the URL of http://x.x.x.x/flex2gateway in a web browser you should get a white blank page. Also make sure that you have a tab within the CF Administrator under Data & Services called Flex Intergration. I have had these same issues and found that my Production Server did not have the Flex Intergration so I had to Uninstall CF7 and ReInstall 7.0.2 to get the Flex Intergration.
Phill B wrote: > I tried testing on my laptop and it works fine. When I put it on the > server, it looks fine until i click the button. It doesn't look like > I'm getting a reply but I'm not getting any errors that I can see. > > So now what? Is there something in the Flex app properties that I'm > missing or maybe something on the server that I need to do? Any ideas? > I've been trying for a while to get this to work and I'm starting to > get frustrated with how difficult it is to get this working. > > On 10/17/07, Phill B <[EMAIL PROTECTED]> wrote: >> Maybe I went backwards. I removed phils/helloWorld from "Context root" >> in Flex builder Flex Server properties. Now I'm not getting an error >> but I'm still not getting the result that I'm expecting. >> >> Hmmm I guess I'll keep poking around. >> >> On 10/17/07, Phill B <[EMAIL PROTECTED]> wrote: >>> I've made progress. Not sure if its good or bad but at least I'm >>> getting some where. >>> >>> I'm now getting this error >>> >>> faultString:'Send failed' faultDetail:'Channel.Connect.Failed error >>> NetConnection.Call.Failed: HTTP: Failed: url: >>> 'http://x.x.x.x/phils/helloWorld/flex2gateway/'' >>> >>> What would cause this? >>> >>> On 10/16/07, Phill B <[EMAIL PROTECTED]> wrote: >>>> Frickin!!!!!! I tried this and all looks good but when I click the >>>> "get String via Remote Object" button the label doesnt update. No >>>> errors just nothing. I have CF8 Ent on a remote Win 2k3 server. >>>> >>>> On 10/16/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote: >>>>> Check this out >>>>> http://www.adobe.com/devnet/flex/articles/helloworld.html >>>>> Get a little help from Fabio's distant cousin :D >>>>> >>>>> DK >>>>> >>>>> On 10/16/07, Phill B <[EMAIL PROTECTED]> wrote: >>>>>> I made an app that hits a web service and it worked great. Now I'm >>>>>> trying to put an app together that will call a cfc and I cant make it >>>>>> work. So I want to make sure I haven't missed any basic setup steps. >>>>>> >>>>>> I put a Crossdomain.xml in the root dir of the site with the following in >>>>>> it. >>>>>> <?xml version="1.0"?> >>>>>> <!DOCTYPE cross-domain-policy >>>>>> SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> >>>>>> <cross-domain-policy> >>>>>> <allow-access-from domain="*" /> >>>>>> </cross-domain-policy> >>>>>> >>>>>> I made a CFC as follows >>>>>> >>>>>> <cfcomponent name="hello"> >>>>>> <cffunction name="sayHelloString" access="remote" returnType="string"> >>>>>> <cfreturn "Hello World!"> >>>>>> </cffunction> >>>>>> </cfcomponent> >>>>>> >>>>>> Just cant get Flex to talk to it. >>>>>> >>>>>> Does it look like I have missed anything in the these areas? >>>>>> >>>>>> -- >>>>>> Phil >>>>>> >>>>>> >>>>> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4699 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
