bradsdavis / cxml-api

cXML API
Eclipse Public License 1.0
7 stars 10 forks source link

Marshalling error #2

Open vjoomens opened 1 year ago

vjoomens commented 1 year ago

Hi,

I'm using your library in a java 11 solution, but get Marshalling errors:

Caused by: com.sun.istack.SAXException2: Instance of "org.cxml.v12028.PunchOutSetupRequest" is substituting "java.lang.Object", but "org.cxml.v12028.PunchOutSetupRequest" is bound to an anonymous type.

Do you know what I can do to overcome this error?

Regards,

Victor

vjoomens commented 1 year ago

Never mind, found the problem.

vjoomens commented 1 year ago

Still having this issue, I forgot to insert the Request object earlier. Can you help?