|
Home > Archive > BizTalk Server General > September 2005 > Incomming XML without namespace
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 |
Incomming XML without namespace
|
|
| Polypop 2005-09-19, 7:49 am |
| How do I handle incomming xml who dosn't have a namespace.
I have several schemas whth the same root element, and as I understand
Biztalk require that the tagetnamespace and root element have to be unique.
| |
| Matt Milner 2005-09-19, 5:59 pm |
| Use a receive pipeline with the xml disassembler in it and specify the
schema to use for the xml document being received.
matt
"Polypop" <Polypop@discussions.microsoft.com> wrote in message
news:8E52AEC2-6DDC-450C-9816-55EC4F5E4287@microsoft.com...
> How do I handle incomming xml who dosn't have a namespace.
> I have several schemas whth the same root element, and as I understand
> Biztalk require that the tagetnamespace and root element have to be
> unique.
| |
| Avinash 2005-09-29, 7:50 am |
| or alternatively, you can achieve it by setting the Activate property to
True in the receive shape. and Instead of specifying the message type, you
can specify the System.xml.xmldocument and set the Filter Expression
property (by setting the context property).
In Brief:
1. Set the Activate property of Receive Shape as True
2. set the filter criteria (to avoid picking un desired message)
BRegards,
Avi
|
|
|
|
|