BizTalk Server Orchestration - Mapping Error

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > March 2006 > Mapping Error





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 Mapping Error
killbill

2006-03-25, 11:36 am

Hi All,

I am facing the following error 30 times when i run "Test Map" command.

ERROR:
Output validation error: The element 'Task' in namespace
'http://myNameSpace/myType.xsd' has invalid child element 'Order' in
namespace 'http://myNameSpace/myType.xsd'. List of possible elements
expected: 'TaskType' in namespace 'http://myNameSpace/myType.xsd'.

Cannot figure it out, any suggestion ???

Alan Smith

2006-03-27, 8:37 am

Hi,

You get this error when the output of a map does not validate with the
output schema. Check the output XML from the map and verify that you are
createing all the required nodes in the target schema (it looks like TaskType
element is missing).

If you open the map properties form the solution explorer, you will be able
to set the "Validate Output" option to false, which will not give you the
errors. This will give you less 'noise' when building your map, but you
should turn it on again when the map is complete to verify you are getitng a
valid output.

Regards,

Alan


--
The Bloggers Guide to BizTalk
http://geekswithblogs.com/asmith



"killbill" wrote:

> Hi All,
>
> I am facing the following error 30 times when i run "Test Map" command.
>
> ERROR:
> Output validation error: The element 'Task' in namespace
> 'http://myNameSpace/myType.xsd' has invalid child element 'Order' in
> namespace 'http://myNameSpace/myType.xsd'. List of possible elements
> expected: 'TaskType' in namespace 'http://myNameSpace/myType.xsd'.
>
> Cannot figure it out, any suggestion ???
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com