Hi,
I have an error with ACKs. I changed the namespace of my message and
I've added some custom values to table_values_23.xsd.
I have 3 projects in Visual Studio. The first has the common schemas
(datatypes, segments and tablevalues). the second has the ACKs schemas
and the third has the ORU_R01_23_GLO_DEF.xsd schema. I deploy
everything in the same application in biztalk console. Everything
works fine and me custom ORU messages works.
But when I activate ACKs, I receive an error message saying that
Biztalk is looking for the
http://microsoft.com/HelathCare/HL7/2X#ACK_24_GLO_DEF.xsd
instead of mine. So I changed back the namespace for it but now,
Biztalk is saying that it looks for http://MINE/HL7/2X#ACK_24_GLO_DEF.xsd.
What is wrong ?
Thank you !