Posted: Wed Jun 27, 2007 9:00 pm Post subject: (Unicode: 0x0) Character
Apprentice
Joined: 03 May 2007 Posts: 45
I need your help to understand this issue on my recieving application end.
My recieving application is throwing below error for the message it recieved from my WBI MB.
An invalid XML character (Unicode: 0x0) was found in the element content of the document.Message being parsed: <?xml version="1.0"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="........(complete message i am sending).
Right now i see only two possibilities
1) the bit stream application is reading is not in UTF-8 encoding and so it is interpreting the bitstream as containig 0x0 character.
2) there is 0x0 character.
For
1) i have ensured to use CCSID 1208 and ENCODING 273 everywhere .Also the trace shows properties with these values.
So i rule out this possibility.
2) Since it is showing the complete XML message i am not seeing the 0x0 character anywhere .I hope to rule out this possibility also.
In my WBIMB Flow i am doing following tasks.
I am taking a blob .
Casting it to a string.
Manipulating the string.
Casting back to blob.
Using Create parse to create the MRM CWF message.(for compatibility with other flows)
Changing the MRM CWF message to MRM XML message.
Throught this i am using tracing and have no problem.
I am looking for some points to ponder upon.Thanks in advance.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum