PDA

View Full Version : Flex to Database problem solved


kminev
07-02-2008, 04:46 PM
Data manipulation. Flex to any database.

FlexTense code generator: http://www.flextense.net/FleXtenseWeb/Launch.aspx

The following link contains web utility called FlexTense which is web based code generator. FlexTense simply takes WSDL schema and generates all the classes necessary for Flex to access and retrieve data from any database via web service with no further coding on the flex level. Since FlexTense is xml based the web service layer can be written virtually on any programming language and framework.

Configure FlexTense to provide with the necessary code file:

• Add web reference of the web service to your web site.
• Copy and paste the wsdl schema of your web service to the flexTense code generator which can be lunched on the following link: : http://www.flextense.net/FleXtenseWeb/Launch.aspx
• On the wsdl URI text box simply enter the link to your web service and don’t forget to add ?wsdl to the end of the link which extracts the wsdl schema.
You can see some example in action which are very easy to understand and good code samples:
Examples: http://www.flextense.net/Example.aspx


Please check this out and ask me any questions as I got it set up for myself and can help anyone else to set it up.