BizTalk Server Orchestration - multiple schemas

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > April 2006 > multiple schemas





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 multiple schemas
miguel

2006-04-01, 2:37 pm

I have a document with several schemas inside. When de orchestration recive
the message an error is raised.

The error message is something like:

Eror details: There was a failure executing the receive pipeline:
"Microsoft.BizTalk.DefaultPipelines.XMLReceive,
Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" Source: "XML disassembler" Receive Port:
"PuertoPrueba" URI: "C:\RRHH\prueba\*.xml" Reason: Cannot locate document
specification as multiple schemas match the message type
"http://Schemas.PropuestaAltaPersonal#Documento".

Any idea ?

Martijn Veldkamp

2006-04-10, 7:32 pm

Biztalk doesn't know which schema the message is meant for.
Probably you already have a schema deplyed with the same namespace and
rootnode name. This can also happen if you have a WebReference in your
deployed Biztalk assembly, because of the proxy that is generated in the
background.

To resolve this you can create your own receive pipeline and use a
disassemble component where you can set a specific schema. Then use this
pipeline in your receive port.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com