XML to XSD breaks when data is pushed though.

0
Hi everybody,   I am receiving a xml file and using the “Import from XML” java action to convert the data to mendix entities via a xsd.   I am getting this error:   schema_reference: Failed to read schema document 'StandardBusinessDocumentHeader.xsd', because 'file' access is not allowed due to restriction set by the accessExternalSchema property.   Has anybody had this before, I am running out of idea’s. I have done this hundreds of times before but never got this.   Regards, Patrick
asked
1 answers
2

Are you using any xs:include elements in your XSD file? If you are, try inserting them directly into your main XSD file so you don’t need to refer to any other external XSD files.

Good luck!

answered