Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

multiple schemas issue

1 view
Skip to first unread message

Siva

unread,
Nov 6, 2009, 5:02:01 PM11/6/09
to
Hi,

I have 2 different schemas, one for PO request other one for PO Status
request, under same project. Both have same root name and name space. Since
both are same, I created Custome Piple lines for each type and put the schema
in document schemas collections. I deployed the project and configured pipe
line. I also restarted host instance.

I still get " There was a failure executing the response(receive) pipeline:
......Cannot locate document specification because multiple schemas matched
the message type "

Pipe line on the response-receive side have the right schema in
"documentSpecNames".

Why do I get this error?


Thank you in advance,

--
Thank you,

Siva

Dan Rosanova

unread,
Nov 10, 2009, 5:53:38 PM11/10/09
to
How is the schema specified? [Typename], [Assembly strong name]?

It is usually a very bad idea to let two schemas share that
namespace / root node identity. This isn't just a BizTalk thing. If
you MUST do it you should make one schema that has an xs:choice under
the root to allow different content.

Even if you keep it the way you have it, you just have to be sure the
receive locations Xml Receive pipelines have the appropriate types in
its DocumentSpecNames.

Kind Regards,
-Dan

smyta

unread,
Nov 23, 2010, 8:20:15 AM11/23/10
to
Hi Dan, not sure whether you gonna reply now, but can you let us know how this
works and what part the setting of schema name plays in the subscription
process?
0 new messages