On 4/14/06, Matt Chotin <
[EMAIL PROTECTED]> wrote:
Flex is going to try to send using utf-8, you may need to do some string parsing back from utf-8 on the server-side before inserting into the database.
Matt
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of nahruka
Sent: Friday, April 07, 2006 12:32 AM
To: [email protected]
Subject: [flexcoders] Sending ISO-8859-1 from a Flex application
Hi all,
I'm trying to send an XML over HTTP from a Flex application to a
Cocoon framework which redirects the requests to PL procedures in
order to access an Oracle database ISO-8859-1 encoded.
<mx:HTTPService id="srvXMLoverHTTP"
url=""
contentType="application/xml"
resultFormat="xml">
<mx:request>
<myXML>{objXML}</myXML>
</mx:request>
</mx:HTTPService>
Where:
objXML = new Object;
objXML.afield = "ביםףת";
So this XML is generated from the object objXML:
<myXML>
<afield>ביםףת</afield>
</myXML>
Which encoding does this XML use? UTF-8?
Has it something to do with the encoding specified at the header of my
Flex application (UTF-8)?
The characters sent are not well inserted into the database. Is it
possible to send an ISO-8859-1 XML document from my Flex application
using the HTTPService tag?
S.O.S.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

