06-30-04 10:55 PM
Thank u guys!
Tatyana, I agree with you that the schema should be part of the project or t
hro' a reference from an assembly and not directly from webserver.But when I
try to add the schemas as part of the project and validate it, Iam getting
a different error which I h
ave posted under the Subject: MSXML error ? Works when i change the XSD file
name! in the microsoft.public.xml section.I would be able to provide the sol
ution file containing the schemas.
Any help would be more appreciated.
Thanks again
"Tatyana Yakushev [MSFT]" wrote:
> All the referenced schemas have to be saved locally and added to the proje
ct.
> You can not refer to schemas on a webserver.
>
> After adding schemas to the project you need to change schemaLocation at t
he xs:include, xs:import or xs:redefine.
>
> (Do you want BizTalk Server to go to some web site and download the schema
s every time it received new message? What if the web site is down? What if
schema
> changed dramatically and other BizTalk artifacts (maps, orchestrations) ca
n not work with the new schema? The system will become unmanagable because y
ou don't know
> how the schema looks like at any particular point.)
>
> Thanks
> Tatyana
>
> --------------------
> xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://abc.org/def">
> current project.
>
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers no rights
. Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
>
> Note: For the benefit of the community-at-large, all responses to this me
ssage are best directed to the newsgroup/thread from which they originated.
>
>
[ Post a follow-up to this message ]
|