T
tinus1975
Hi,
I'm trying to integrate an existing infopath form with biztalk. The
problem I'm having has to do with the xsd files. In all the microsoft
samples they use infopath forms that only have one xsd file for the
schema. You can add this to your biztalk project and of you go.
The problem I'm having is that my infopath form exists of 4 xsd files.
What I is adding the MySchema.xsd + the included schemas (schema1.xsd,
schema2.xsd, schema3.xsd) to the bt project and update the imports in
the myschema.xsd to point to the other schema files in the project. So
far so good, but when I try to build the project the compiler throws an
"Node "<Schema>" - Schema reference "" is not a valid reference or does
not exist in the current project." exception on all three of the
included xsds
The schema tag of the included files looks as follows:
<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:dfs="http://schemas.microsoft.com/office/infopath/2003/dataFormSolution"
xmlns:tns="http://www.gemeente.emmen.nl/WSInfopath/"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Does anybody have any clou on how to fix this problem?
Thanks,
Tijn
I'm trying to integrate an existing infopath form with biztalk. The
problem I'm having has to do with the xsd files. In all the microsoft
samples they use infopath forms that only have one xsd file for the
schema. You can add this to your biztalk project and of you go.
The problem I'm having is that my infopath form exists of 4 xsd files.
What I is adding the MySchema.xsd + the included schemas (schema1.xsd,
schema2.xsd, schema3.xsd) to the bt project and update the imports in
the myschema.xsd to point to the other schema files in the project. So
far so good, but when I try to build the project the compiler throws an
"Node "<Schema>" - Schema reference "" is not a valid reference or does
not exist in the current project." exception on all three of the
included xsds
The schema tag of the included files looks as follows:
<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:dfs="http://schemas.microsoft.com/office/infopath/2003/dataFormSolution"
xmlns:tns="http://www.gemeente.emmen.nl/WSInfopath/"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Does anybody have any clou on how to fix this problem?
Thanks,
Tijn