Hello ,
I have an xsd which I am trying to parse using xsd , generate
java classes and xml from it . Below is the xsd . While I use command
xjc even.xsd , I am getting the error ,
parsing a schema...
[WARNING] schema_reference.4: Failed to read schema document 'http://schemas.xmlsoap.org/soap/encoding/', because 1) cou
ld not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
line 2 of file:Event.xsd
I tried to find if xsd is valid online , but got result that its a valid xsd. Can you tell how to generate java classes through this xsd and generate xml from it ?