When consuming an Axis2 web service which on the backend was created form Java (a class derived off a base class) for the sake of discussion lets say:
Library as the base
-Name
Book is derived off Library
-Title
It generates the classes in the code, all is well, however when I make a call, the base class value is always null? Therefore the Library name would be null, but the Book title would be ok and have its value?