02-26-06 03:47 PM
Hello Knut,
What is after the hash represents the name of the root node of your xml sche
ma.
That is why you see it appearing.
That combination of namespace + root node is what the messaging engine uses
to match your subscription to a port.
Likely you have a different problem, are you 100% sure your schema is deploy
ed
correctly?
BA
http://biztalkia.blogspot.com/
> Hi,
>
> I am using the default XML schema input pipe to parse xml messages.
> Looking in the event log it seems the namespace is constructes with a
> hash (#) instead of a dot (.).
>
> So parsing
> <ns0:Anforderung xmlns:ns0="http://EAISchemas">
> results in an error
>
> cannot find schema in "http://EAISchemas#Anforderung"
>
> Is this something that I can configure somewhere?
>
> Thanks,
>
> Knut
>
[ Post a follow-up to this message ]
|