|
Home > Archive > BizTalk Server General > February 2004 > Validation Failure
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Validation Failure
|
|
| newsgroup user 2004-02-12, 12:36 am |
| Good Morning,
I'm having a validation error with messages going through the engine. I have 2 messages that have been parsed into XML 1 message will pass through the engine just fine the other fails validation. I have examined both messages and they both appear to be
valid xml, I have validated both in the editor and both validate just fine, I have used the xml from the failed message as a spec in the editor and then resent the message and it fails. The editor doesn't give me any hints because everything validates fi
ne.
The error is the 324 error and it states it can't find a handful of elements but they are all there in the xml and it is always the same "class" of messages.
I'm at my wits end. I can't seem to find the problem and am out of ideas where to look.
| |
| Basil Cheng 2004-02-13, 6:37 am |
| Hi
In your channel, are you using a map to map from one xml doc spec to
another?
If mapping is involved, you might want to use the Biztalk Mapper to narrow
down the issue
1. Open up Biztalk Mapper
2. Options --> Check validate content before map test, and validate
content after map test.
3. Checks if the document validates or not. If it does not validate,
uncheck validate content after map test, and test it again, if it does
validate this time, you know that it is failing on the document trying to
be validated by the output doc spec.
Thanks.
Basil Cheng
Microsoft Biztalk Developer Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
|
|
|
|
|