|
Thank you for all, but I have questions
All,
I have three downloaded books now. Flex 3.p for dummies, Flex 3 cookbook and Flex 3 in Action. Just do not have time to read in
details. I pick something I need for accessing Oracle Database using Oracle EPG, but some settings are not correct and I could not
get response from database due to error #2032. That means the URL did not found. It may be caused by my config.xml file that was not
in correct path, but I do not know where should I place the config file. My config.xml file is under src folder. Also, I ftp the config.xml file to Oracle database /public folder.
Here is my config.xml
<?xml version="1.0" encoding="utf-8"?>
<root>
<service_url>http://server-name/eventually>/<service_url>
</root>
Also, see attached my mxml code for accessing Oracle Database.
Any idea?
Thank you in advance.
Plus, I do not know xml and all codes are collected from others. If there is anything wrong in the code, please help.
Thank you very much for all you concern.
[ 本帖最后由 TeachME 于 2009-7-9 14:26 编辑 ] |
|