[flexcoders] Re: Security error accessing url - webservices.

2009-06-29 Thread valdhor
If you copy and paste the WSDL URI into a browser, does it appear? Can you post the WSDL? (Or the URI of the WSDL) --- In flexcoders@yahoogroups.com, akila_ksri akila_k...@... wrote: Hi, I am trying to call a webservice from my flex app. The webservice and the app are both in the same

Re: [flexcoders] Re: Security error accessing url?

2008-01-18 Thread Dominique Bessette - Halsema
I'm not an expert, but i had this problem, and everyone was saying i need a crossdomain.xml file and if you have one if the protocal is https then make sure the secure attribute is false. my problem actually ended up being a timing issue that my wsdl was uploading before the file did. flex 3

[flexcoders] Re: Security error accessing url?

2008-01-18 Thread Nate Pearson
Local machine. I'm trying to debug. Webservice is on the corporate intranet. I've never had this problem before... --- In flexcoders@yahoogroups.com, Dominique Bessette - Halsema [EMAIL PROTECTED] wrote: are you running the flex app on your local machine or a server On 1/18/08, Nate

[flexcoders] Re: Security error accessing url?

2008-01-18 Thread Nate Pearson
You're right, I DO hate this error. There's about 0% chance that I can get the security guys to let me put a crossdomain.xml file in the root of our corporate intranet. Wow, can someone please help me with this? I want to break my keyboard. --- In flexcoders@yahoogroups.com, Dominique

[flexcoders] Re: Security error accessing url

2007-06-06 Thread Scott Hoff
Carson, I have placed a cross domain file in my localhost. I try to access a web service (running on port 80) from the path http://localhost:8700/fdstraining2/lesson17/lesson17.html. If I do not use the proxy, I get what I believe is a sandbox error: [FaultEvent fault=[RPC Fault

[flexcoders] Re: Security error accessing url

2007-03-21 Thread Paul Barbieux
Hi; The discussion about the security access on a web service contains a lot of responses and solutions. But I don't find any explanations about the question number 1: why we have no access problem when we test our application in the Flex Builder environment, and then we receive a lot of

RE: [flexcoders] Re: Security error accessing url

2007-03-21 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Barbieux Sent: Wednesday, March 21, 2007 6:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Security error accessing url Hi; The discussion about the security access on a web service contains a lot

[flexcoders] Re: Security error accessing url

2007-03-21 Thread Shannon
:[EMAIL PROTECTED] On Behalf Of Paul Barbieux Sent: Wednesday, March 21, 2007 6:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Security error accessing url Hi; The discussion about the security access on a web service contains a lot of responses and solutions. But I

RE: [flexcoders] Re: Security error accessing url

2007-03-21 Thread Alex Harui
Subject: RE: [flexcoders] Re: Security error accessing url I do not know this as a certainty, but I suspect when FB installs, it puts itself in a trusted sandbox/folder. The trusted sandbox allows access to both local and network assets. Search the livedocs for security sandbox for more detail

RE: [flexcoders] Re: Security error accessing url

2007-03-14 Thread Shaun McCran
Of Paul DeCoursey Sent: 14 March 2007 02:39 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Security error accessing url Proxy is your solution. counterfeiting a corssdomain file is inadvisable difficult and probably impossible to do on a large scale deployment. The only ways I can

RE: [flexcoders] Re: Security error accessing url

2007-03-14 Thread Teddy Setiawan
serverI use PHP on server side and it works. To: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Wed, 14 Mar 2007 08:16:46 +Subject: RE: [flexcoders] Re: Security error accessing url I'm New to all this, so your suggesting that all the flex swf's are routed

Re: [flexcoders] Re: Security error accessing url

2007-03-13 Thread André Rodrigues Pena
If people are against the proxy application.. what's the better solution? (since I can't see how can I counterfeit a crossdomain file in a external and not-accessible server) On 3/12/07, Troy Gilbert [EMAIL PROTECTED] wrote: Ahh, yes, but if all of your clients go through your proxy server

[flexcoders] Re: Security error accessing url

2007-03-13 Thread Paul DeCoursey
Proxy is your solution. counterfeiting a corssdomain file is inadvisable difficult and probably impossible to do on a large scale deployment. The only ways I can think do it would require great effort and would need other software to be installed on the client machine to pull it off. Plus that

Re: [flexcoders] Re: Security error accessing url

2007-03-13 Thread André Rodrigues Pena
I understand your point Paul.. it makes sense On 13 Mar 2007 19:38:40 -0700, Paul DeCoursey [EMAIL PROTECTED] wrote: Proxy is your solution. counterfeiting a corssdomain file is inadvisable difficult and probably impossible to do on a large scale deployment. The only ways I can think do it

Re: [flexcoders] Re: Security error accessing url

2007-03-11 Thread André Rodrigues Pena
Roman, You will have to write a proxy, this is a PHP example for yahoo services http://developer.yahoo.com/javascript/samples/proxy/php_proxy_simple.txt On 3/9/07, Paul DeCoursey [EMAIL PROTECTED] wrote: Maybe I've been misinformed but doesn't the cross domain file need to be one the

[flexcoders] Re: Security error accessing url

2007-03-09 Thread Paul DeCoursey
Maybe I've been misinformed but doesn't the cross domain file need to be one the server that serves the swf file? --- In flexcoders@yahoogroups.com, rzilist [EMAIL PROTECTED] wrote: How to get around this error? I've written small Flex application to retrieve stock info in exchange for