Page 1 of 1

About Question enthuware.ocejws.v6.2.89 :

Posted: Fri Nov 20, 2015 3:29 am
by ramy6_1
Hello ,

As I understand Java Api for XML Binding is the set to API's for binding framework , it is the API convert Image at web service side to base46binary at XSD , then convert this base46binary to byte[] at client side.

When JAXB doing such random access ?

Re: About Question enthuware.ocejws.v6.2.89 :

Posted: Mon Nov 23, 2015 10:21 am
by fjwalraven
When you unmarshall the XML-document into Java-objects you can get to all the required data. Just like a DOM implementation.

(note that this question is not related to how JAX-WS is using JAXB)

Regards,
Frits