Hi. I´m using XMLBeans data binding. I receive the response Document and I do
Foo f = response.getFooResponse().getReturn(); Foo has an attribute named foo and f.getFoo() returns null, but f.toString() return a string which contains the correct xml (with foo attribute fixed). ¿Why f.getFoo() returns null?
