02-19-04 03:34 AM
Hi,
I got the following error when posting an Xml message starting with "<?xml
version="1.0" encoding="UTF-8"?>" to a BizTalk Http receive function:
[0x1439] No parser component recognizes the data. This might be caused by an
interchange specification that is missing or not valid, or it might be
caused by data that is not valid. Verify that both the interchange
specification (if one is specified) and the data match.
The Http header "Content-Type: text/xml; charset=utf-8" has been correctly
sent and the Http stream is UTF-8 encoded (using UTF8Encoding).
When posting the same Xml message but starting only with "<xml version="1.0"
?>", it works fine.
When putting the same Xml message (starting with "<?xml version="1.0"
encoding="UTF-8"?>") in a folder to be picked up by a File Receive function,
everything works fine!
Can someone help me?
Franck
[ Post a follow-up to this message ]
|