cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding extracting data from xml to Flex application

Former Member
0 Kudos

Hi All,

I had developed one flex application in that data will be extracted from xml ,it will works in flex builder but i tried to integrate this application in NWCE using SWF file generated in flex builder. Application runs but data not extracted from XML file. This xml file placed at mimes repository of NWCE.

Is there any another alternative to extract data from xml to flex application.

Regards,

surya

Edited by: surya narayana on Apr 30, 2009 7:47 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

closed

Former Member
0 Kudos

Hi Surya

Chek chek the cardinality of node you created

Check the Flex compiler

Change Use Specific SDk to Flex 2.0.1 Hotfix 3

In CE check the properties of node

Collection Cardinaty == 0...1

Selection cardinality 0...n

Co to properties of RootElement and check whether the SWF file name is given or not

If again problem comes then better way to create new application

If ur developing first time application then follow this PDF link

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/203ece12-85bf-2b10-31a1-cc051670...

Regards

Ruturaj

Edited by: Ruturaj Inamdar on Apr 30, 2009 10:53 AM

Edited by: Ruturaj Inamdar on Apr 30, 2009 10:54 AM

Former Member
0 Kudos