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 might be more fickle with xml and making sure it's valid.

i really dont know i personally hate this error with a passion it took me a
long time to debug it.  hopefully some person will have more of an
insightful answer for you.


On 1/18/08, Nate Pearson <[EMAIL PROTECTED]> wrote:
>
>   Local machine. I'm trying to debug. Webservice is on the corporate
> intranet.
>
> I've never had this problem before...
>
> --- In [email protected] <flexcoders%40yahoogroups.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 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 Builder 3 Beta 3 project and
> > > I get the error below. Anyone know why?
> > >
> > > This is really frustrating!
> > >
> > > [RPC Fault faultString="Security error accessing url"
> > > faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL.
> > > If currently online, please verify the URI and/or format of the WSDL
> > > (http://www.mywebaddress.com/roadmap/systemsRM.asmx?WSDL)"]
> > > at
> > > mx.rpc.wsdl::WSDLLoader/faultHandler
> > >
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\rpc\wsdl\WSDLLoader.as:105]
> > > at flash.events::EventDispatcher/dispatchEventFunction()
> > > at flash.events::EventDispatcher/dispatchEvent()
> > > at
> > > mx.rpc::AbstractInvoker/
> > > http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent
> > >
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:175]
> > > at
> > > mx.rpc::AbstractInvoker/
> > > http://www.adobe.com/2006/flex/mx/internal::faultHandler
> > >
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:227]
> > > at
> > > mx.rpc::Responder/fault
> > >
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\rpc\Responder.as:56]
> > > at
> > > mx.rpc::AsyncRequest/fault
> > >
>
> ()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:110]
> > > at
> > >
> > >
>
> DirectHTTPMessageResponder/securityErrorHandler()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:374]
> > > at flash.events::EventDispatcher/dispatchEventFunction()
> > > at flash.events::EventDispatcher/dispatchEvent()
> > > at flash.net::URLLoader/redirectEvent()
> > >
> > >
> > >
> >
>
> 
>

Reply via email to