Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

G_S_SAINI
G_S_SAINI
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by G_S_SAINI
Customize the badges you want to showcase on your profile
Re: Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL - Adobe LiveCycle 09-02-2009
Hi gstarclubThanks for your help.I placed the crossdomain.xml file in my web server rootprovided by you, so the security issue is resolved.Earlier I was understanding that in my application there isonly the security issue, but actually there was some problem in myWeb Service and finally I find out the problem and Now myapplication is working fine.

Views

996

Likes

0

Replies

0
Re: Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL - Adobe LiveCycle 09-02-2009
Hi gbhk In my application I was having security issue that has beenresolved by putting crossdomain file provided by gstarclub andthanks to gstarclub.Earlier I was understanding that in my application there isonly the security issue, but actually there was some problem inWebService and finally I find that and Now my application isworking fine.If u are having security issue then put the crossdomain filegiven above in iis root (on the system where your webservice exist)otherwise there may be some o...

Views

997

Likes

0

Replies

0
Re: Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL - Adobe LiveCycle 09-01-2009
Hi Zee YangThe crossdomain.xml file is as follow. I placed this file inthe www root folder in Inetpub./*****crossdomain.xml****/ /***************************************************************//*********My Flex Application ********************/ import mx.rpc.*; import mx.rpc.events.*; import mx.collections.*; import mx.controls.*; import flash.events.Event; import flash.net.SharedObject; public var myLocalSharedObject:SharedObject; private var ReqObj:Object; private var ResObj:Object; private function Login_Click():void { ReqObj = new Object(); ReqObj.AuthLocationId = 0; ReqObj.UserName1 = "gopi123";//User1.text; ReqObj.Password1 = "delhi2";//password1.text; ReqObj.UserName2 = "rajan123";//User2.text; ReqObj.Password2 = "delhi2";//password2.text; ReqObj.ConsoleType = 1; ReqObj.UserToken = null; UserAuth.AuthenticateUser(ReqObj); } private function AuthenticateUser(Response:ResultEvent):void { ResObj = new Object(); ResObj = Response.result; Alert.show(ResObj.StatusMessage); if(ResObj.StatusCode == 0) { var i:int = 0; while(ResObj.UserRights.length >i) { var id:int ; var str:String= null; id = ResObj.UserRights.RightId; str = ResObj.UserRights.DisplayText; arrRightId.push(id); arrDisplayText.push(str); i++; } myLocalSharedObject=SharedObject.getLocal("mylso"); myLocalSharedObject.data.Token=ResObj.Token } } /**********************************************************/I am using a .NET Webservice and configured in IIS. It'sworking well and can be accessed on the web.You can check it, I have mentioned my ip.NOTE: I am executing t...

Views

996

Likes

0

Replies

0
Re: Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL - Adobe LiveCycle 02-01-2009
No my friend this problem could not be resolved. Every where it is said that place the crossdomain.xml file inthe root. I have done it. But still the application not running.If u have the solution then u r welcome..........

Views

997

Likes

0

Replies

0
Re: Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL - Adobe LiveCycle 18-12-2008
quote:Originally posted by: G S SAINIHiI am still getting the same error.I placed crossdomain.xml file in the root of the server. Butit still generating the same error.The application is executing fine locally. But when I acceessthe application through the ip It gives the same error.Plz. provide some solution.

Views

999

Likes

0

Replies

0
Re: Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL - Adobe LiveCycle 17-12-2008
HiI am still getting the same error.I placed crossdomain.xml file in the root of the server. Butit still generating the same error.The application is executing fine locally. But when I acceessthe application through the ip It gives the same error.Plz. provide some solution.

Views

995

Likes

0

Replies

0
Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL - Adobe LiveCycle 03-12-2008
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Question: HII am using a webservice(.net webservice) that is on mylocalhost and using it in flex application that is also on mysystem. Means both the webservice and flex application are on thesame system.But when i gives the reference of the webservice using thesystem ip and run the application by the flex builder it...

Views

52.3K

Likes

0

Replies

23