|
Home > Archive > BizTalk Server General > April 2005 > Receiving an XML message 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 |
Receiving an XML message WITHOUT namespace!?
|
|
|
| Hi,
I receive an XML message without a namespace, How can I process it and map
it to the write schema etc.??
Any help would be very much appreciated.
Thank you.
Kamal
| |
| Jeff Lynch 2005-04-27, 5:52 pm |
| Although it's recommended to use a namespace, you can create and use a
schema without one. I would always recommend using a custom receive pipeline
to implement this to avoid the no namespace issues associated with the
default XML and passthru pipelines.
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
"Kamal" <kali@bca-group.comNOSPAMPLEASE> wrote in message
news:euPAdozSFHA.3552@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I receive an XML message without a namespace, How can I process it and map
> it to the write schema etc.??
>
> Any help would be very much appreciated.
>
> Thank you.
>
> Kamal
>
>
|
|
|
|
|