So, I've downloaded the free Flex SDK and tried my hands at Flex
programming by starting with a weblogic webservice client implementation.
Keep getting this error:
"[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..."

The wsdl url is good, have been tested from Java prog and browser.

Weblogic is running locally on my machine, from within an Eclipse
instance.

I've tried an all permissive crossdomain.xml in all folders, but it
doesn't seem to work.

Also tried <web-service-proxy> config entry in the flex-config, but I
don't think I've got it right, as the flex compiler choke on it.

My Flex (mxml?) code for the webservice definition is something like this:
<mx:WebService id="MyService"         
    wsdl="http://somedomain/ws/MyWebSvc?WSDL"; 
        showBusyCursor="true">

I used the same technique to make another prog that talked to one of
the sample Flex webservices available and it worked just fine, so just
as the message says, it's some sort of security error here on my pc.

Thanks for your comments in advance!





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to