WebService with iso-8859-1
WebService with iso-8859-1
- Subject: WebService with iso-8859-1
- From: Ute Hoffmann <email@hidden>
- Date: Mon, 9 Feb 2004 10:52:57 +0100
Hi,
I would like to trasfer my webservice contents in iso-latin 1 in place
of unicode to preserve my german umlaute.
1. How can I change the encoding info in the wsdl document to <?xml
version="1.0" encoding="ISO-8859-1"?>? I tried to edit the .wsdd-files,
but this had no effect on the generated wsdl-file.
2. With utf-8 encoding I get an UTFEncodingException when I invoke the
webservice when the returned content has special characters in.
There must be a way either to have webservices in WO running and not
using utf-8 as the encodimg or to parse the iso-latin data from the
database correctly to utf-8 via java and parse it back again in the
receiver via java without an exception.
My database is Mysql. The encoding of the database is set to:
capitalizeTypeNames=true&useUnicode=true&characterEncoding=ISO-8859-1
Thanks for some hints.
Regards,
Ute
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.