I'm using JBoss WS, JBoss EAP 4.3.
I'm struggling with this issue for a while. I'm passing a request to web service and receving a response.
Using the logical handlers, I can see the xml request and xml response, which is perfect.
The only problem is, when I retrieve the getter properties from response object, it is null. I think this is because the response xml did not got binded itself to JAXB objects.
Do you know if this is a known issue or suggest any type of validation or jaxb logging here so that i can figure why it is not binding/un marshalling the response xml to Java object?