Hi, Your web service is in secure-http (https) and and the flex application is in normal http. Either put both - the flex application and the web service in the same server (either both on http or on https). Otherwise place a crossdomain.xml on the https server to allow access to the http server.
Regards, Venkat www.venkatv.com On Sat, Nov 1, 2008 at 5:16 PM, mangrove <[EMAIL PROTECTED]> wrote: > > Hi, > I am trying to call a .Net class from flex by using third party tool > webORB , i installed weborb,i created a project having reference to > this webORB virtual directory created automatically , i gone through > all the security issues and devlopement and deployment process, but > when i run my application it is works fine. > > But when i Exports Release Build, i get error: > > faultCode:Client.Error.MessageSend faultString:'Send failed' > faultDetail:'Channel.Security.Error error Error #2048: Security > sandbox violation: http://localhost/test12/testweborb.swf cannot load > data from https://localhost/test12/weborb.aspx. url: 'https:// > localhost/test12/weborb.aspx'' > > giving error like this. > > I copied crossdomain.xml to root url , but still i am getting this > error . > > Please can anybody help me. > > Thanks, > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

