[flexcoders] Security error accessing url - webservices.

2009-06-29 Thread akila_ksri
Hi, I am trying to call a webservice from my flex app. The webservice and the app are both in the same network. When I run the application, I get the following error: Security error accessing url faultCode=Channel.Security.Error faultDetail=Unable to load WSDL. If currently online, please

[flexcoders] Security error accessing url with HTTPS

2008-05-15 Thread law_np
My flex application is loaded over HTTP and want to connect to a web service through HTTPS. I added secure=false in the crossdomain.xml file on the server. But I still get the following error: RPC Fault faultString=Security error accessing url faultCode=Channel.Security.Error

RE: [flexcoders] Security error accessing url?

2008-04-20 Thread Tracy Spratt
PROTECTED] On Behalf Of Josh Lewis Sent: Saturday, April 19, 2008 1:24 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Security error accessing url? I believe there is a solution to this problem. It requires the import of flash.system.security so that you can use loadPolicyFile

Re: [flexcoders] Security error accessing url?

2008-04-19 Thread Josh Lewis
I believe there is a solution to this problem. It requires the import of flash.system.security so that you can use loadPolicyFile. This allows you to direct your application to one or more policy files giving them access to that location or files below it. Here is the adobe article I found

[flexcoders] Security error accessing url?

2008-01-18 Thread Nate Pearson
I'm using Flex Builder 3 Beta 3. I can't seem to create any new projects that can connect to webservices! I'll copy the exact same code from an old project into a new Flex Builder 3 Beta 3 project and I get the error below. Anyone know why? This is really frustrating! [RPC Fault

Re: [flexcoders] Security error accessing url?

2008-01-18 Thread Dominique Bessette - Halsema
are you running the flex app on your local machine or a server On 1/18/08, Nate Pearson [EMAIL PROTECTED] wrote: I'm using Flex Builder 3 Beta 3. I can't seem to create any new projects that can connect to webservices! I'll copy the exact same code from an old project into a new Flex

[flexcoders] Security error accessing url

2007-03-09 Thread rzilist
How to get around this error? I've written small Flex application to retrieve stock info in exchange for company symbol. I've used Eclipse with Flex plugin. Inside the app, I'm calling webservice on quote.yahoo.com website. I can load the html page which references the swf file (by either

[flexcoders] security error accessing URL ..Cannot invoke method as WSDL did not load

2007-02-11 Thread suyash
Hi everyone! This is my first post in this group.I am writing my first Flex application. It is a simple web service (SOAP) in which 1) Server : is written in python.It has a method getMetrics defined which outputs an array of performance metrics. Server resides on a machine on

RE: [flexcoders] Security error accessing url

2006-07-13 Thread Sathish K
, K.Sathish -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Carson HagerSent: 12 July 2006 23:26To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Security error accessing url Sathish, What URL are you using to download

RE: [flexcoders] Security error accessing url

2006-07-13 Thread Andrew Trice
Subject: RE: [flexcoders] Security error accessing url Dear Carson, Is it possible to place the crossdomain.xml file at server level, to access the all webservices that are availbale in the server. This is our IBM websphere server folder structure. d:\was6.0

RE: [flexcoders] Security error accessing url

2006-07-13 Thread Carson Hager
: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Security error accessing url Sathish, What URL are you using to download the SWF? What is the URL for your web service? Even if the swf and web service are on the same host but the host names do not match perfectly

RE: [flexcoders] Security error accessing url

2006-07-13 Thread Carson Hager
: 866-CYNERGYMobile: 1.703.489.6466 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sathish KSent: Thursday, July 13, 2006 1:00 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Security error accessing url Dear Carson, Is it possible to place

[flexcoders] Security error accessing url

2006-07-12 Thread sathish_kumar_18
Hi, I have a webservice (EAR file) that is deployed in the IBM Websphere 6.0 server.When we access the webservice from a SWF application(sandbox)built using Flex 2.0 it gives a security error.How to resolve this security issue. The Error Message:

[flexcoders] Security error accessing url

2006-07-12 Thread Sathish K
Hi,I have a webservice (EAR file) that is deployed in the IBM Websphere 6.0 server.When we access the webservice from a SWF application(sandbox)built using Flex 2.0 it gives a security error.How to resolve this security issue.The Error Message:[FaultEvent fault=[Rpc faultfaultstring="Security

RE: [flexcoders] Security error accessing url

2006-07-12 Thread Carson Hager
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sathish KSent: Wednesday, July 12, 2006 5:44 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Security error accessing url Hi,I have a webservice (EAR file) that is deployed in the IBM Websphere 6.0 server.When we access the webservice

RE: [flexcoders] Security error accessing url

2006-07-12 Thread Sathish K
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Carson HagerSent: 12 July 2006 23:26To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Security error accessing url Sathish, What URL are you using to download the SWF? What is the URL for your web service