Hello!
I need to "dive into JAX-WS programming".
So, I played around with Netbeans, after 20 or so erroneous attempts, finally managed to let a web service client execute a web service.
I noticed, that a lot of code is generated, especially JAXB classes for the web service response.
My current task is, to write a web service and web client completely by hand.
Is JAXB required at all? Is is part of the standard anyway? What would happen without it?