schema - BizTalk runtime does not use imported XSD by schemalocation -



schema - BizTalk runtime does not use imported XSD by schemalocation -

i'm converting xml 1 xsd using biztalk maps. have "schemalocation" import in 1 xsd below

<xs:import schemalocation=".\currencyschema.xsd" namespace="http://biztalk.currencyschema" />

i built solution includes 2 schemas , 1 biztalk map. after gaced it, İ have added dll biztalk assembly. there no problem on side.

the problem origin when sent xml biztalk converting. while validation of xml biztalk gets error below.

system.xml.schema.xmlschemavalidationexception: type 'http://biztalk.currencyschema:curtype' not declared.

i checked biztalk schemas , maps biztalk application. 2 schemas , 1 map uploaded correctly biztalk administration console.

i think biztalk doesn't import referenced xsd on validation process. don't understand why. can tell me wrong?

xsd schema biztalk biztalk-2010 xml-validation

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -