| Author |
using JiBX
|
Denis Mir
Greenhorn
Joined: Jul 20, 2009
Posts: 12
|
|
Hello,
I'm getting this error
org.jibx.runtime.JiBXException: Expected "{http://company.com/otc}clientKey" start tag, found "{http://company.com/otc}clientKey" end tag (line 3, col 37)
When trying to unmarshall this XML
My XSDs are as follows
Test.xsd
Stypes.xsd
Messages.xsd
I'm parsing same XML using XMLBeans and everything is fine. When I remove clientKey reference
from schema unmarshalling works. Can anybody point me in right direction?
Denis
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Moving to Other Open Source Projects
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: using JiBX
|
|
|