Posted: Fri Nov 25, 2011 3:23 am Post subject: TDS general data error
Novice
Joined: 11 Nov 2011 Posts: 21
I've encoded msg n i need to validate against the given msgsets details.
1st i'm decoding the msg(decoded msg is printing correctly) n then parsing..
msg set details.
Well, the next step is obvious. Look in your message definition to find the zero-length element that repeats an unbounded number of times. No more help until you show me some evidence that you have tried to do that.
Looks like something in your message set is wrong. Apparently you have defined a repeating element with length 0
Well, the next step is obvious. Look in your message definition to find the zero-length element that repeats an unbounded number of times. No more help until you show me some evidence that you have tried to do that.
message set is already deployed for sme other project n it's working fine. n also i'm using the Base64Binary Encoded msg which is intermediate result of d existing working service.
What 'Base64Binary Encoded' message is this? The MRM TDS parser does not operate on base64 encoded data. Maybe that's your problem?
Did you check the message set? Have you taken a debug-level user trace to see what the TDS parser is doing?
It's message encoded in Base64 string (base64 encoding) .
For example
Msg = "Create a web application using any technology."
Base64 Encoded msg = "Q3JlYXRlIGEgd2ViIGFwcGxpY2F0aW9uIHVzaW5nIGFueSB0ZWNobm9sb2d5Lg=="
I'm getting Base64 Encoded msg from our existing services (intermediate result). Then i'm calling some java class which decode the Base64 Encoded msg. return type is BLOB. Now I'm validating BLOB msg during parsing against the msg sets details.
The Base64 encoding is not relevant to this discussion. The TDS parser parses the decoded BLOB. So you need to work out what is going wrong with the parsing.
On that subject...have you actually done any of the things that I have suggested?
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