marius
02-07-2003, 15:58
Hello !
I'm doing a simple web flow in B2B 4.0 and I've run in the following issue :
I have a flow service with "loadDocument" and "QueryDocument". I can't query following html :
"
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=unicode"><form name="usfForm">
"
It seems that the "unicode" is causing some problems.
The error that I get is :
Could not obtain the Document View from the Server
...
com.wm.util.LocalizedCharConversionException
Incorrect character encoding (Missing byte-order mark)
I've tried to specify the encoding in the loadDocument parameters (like UTF-16 ), but no good result.
Any ideeas ?
Best regards,
Marius
I'm doing a simple web flow in B2B 4.0 and I've run in the following issue :
I have a flow service with "loadDocument" and "QueryDocument". I can't query following html :
"
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=unicode"><form name="usfForm">
"
It seems that the "unicode" is causing some problems.
The error that I get is :
Could not obtain the Document View from the Server
...
com.wm.util.LocalizedCharConversionException
Incorrect character encoding (Missing byte-order mark)
I've tried to specify the encoding in the loadDocument parameters (like UTF-16 ), but no good result.
Any ideeas ?
Best regards,
Marius