I am developing an application in Genexus Evolution 2 U7, for java and I have a problem with the AddSchema command of the XMLReader data type.
I have a procedure that has an XML validation against an XSD, which falls on the following line:
&XMLReader.AddSchema(&Xsd.Trim(), Obt_ScHEMA_NAME())
where &Xsd
is a variable of type varchar(256)
of the location of the
xsd file on the disk and the procedure ObtObt_ScHEMA_NAME()
returns
a string with the namespace.
Capturing the exception with java, the only thing it returns is the following:
http://apache.org/xml/properties/schema/external-schemaLocation/
I've already done the rebuild of everything, and tried a thousand things. The people of Artech do not answer me and I do not know what else to try.
Does anyone have any idea what else I can try?
Thank you.