[MOBY-dev] Problem with dashboard to list services
jason
jason at bioteam.net
Fri Sep 12 01:54:46 UTC 2008
Hi, all
Edward Kawas wrote:
> Hi,
>
> I am trying to reproduce your problems, but I cannot. I am not seeing any
> SOAP exceptions and I don't see your service either.
>
> The last time I saw the Invalid byte 2 of 3-byte UTF-8 sequence was when I
> tried to use non utf8 characters in my soap message.
>
Part of the Moby code use String manipulation to parse and generate Xml
message instead of using a standard of XML parsing/writing.
The invalid byte could be related to this. I saw this error in another
project. Xml message generated by String concatenation could cause many
unexpected XML parsing error.
> Eddie
>
>
>
More information about the MOBY-dev
mailing list