RE: [flexcoders] Security error accessing url

2006-07-13 Thread Sathish K
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\AppServer\profiles\default\installedApps\ramcobl104Node01Cell\application.ear Reg,

[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 Sathish K
Dear Carson, We are using mxmlc exe to get the swf for mxml file.webservice and swf are different host. I have acrossdomain.xml file.But i dont know where i have to place this xml file. our EAR file structure: --- --META_INF ; ; ; ;--Application.xml ;

[flexcoders] Doubt in draw triangle inside Canvas

2006-03-09 Thread Sathish K
ll(); }]]/mx:Scriptmx:Canvas id="can1" autoLayout="true" width="500" height="400" backgroundColor="0xFF"mx:Button label="drawtri" click="a()"//mx:Canvas/mx:Application [Sathish K] -- Flexcoders Mailing List FAQ:

[flexcoders] Doubt in draw triangle inside Canvas

2006-03-09 Thread Sathish K
ll(); }]]/mx:Scriptmx:Canvas id="can1" autoLayout="true" width="500" height="400" backgroundColor="0xFF"mx:Button label="drawtri" click="a()"//mx:Canvas/mx:Application [Sathish K] -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Binding Data to DataGrid from webservice response

2006-02-23 Thread Sathish K
actually my problem is their will two webservices 1. one for fetching data from thedatabase andfilling the datagrid. example: response data Namesathish/Name AddressChennai/Address /data data Nameselva/Name Addressdelhi/Address /data /response 2. anothor for saving the data to the

RE: [flexcoders] Binding Data to DataGrid from webservice response

2006-02-22 Thread Sathish K
tell me clearly about labelfunction -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Matt ChotinSent: 22 February 2006 11:06To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Binding Data to DataGrid from webservice

[flexcoders] Binding Data to DataGrid from webservice response

2006-02-21 Thread Sathish K
How to bind data from webservice response... if the column name in the grid is different and child tag in response is different... i cannot able to loop through the databecause the response wouldcontains huge data of 2 rows.. example if webservice response is response data

[flexcoders] Binding Data to DataGrid from webservice response

2006-02-21 Thread Sathish K
How to bind data from webservice response... if the column name in the grid is different and child tag in response is different... i cannot able to loop through the databecause the response wouldcontains huge data of 2 rows.. example if webservice response is response data