| Author |
webservice dropping a method and field from my object
|
Derrick Albers
Greenhorn
Joined: Nov 01, 2010
Posts: 20
|
|
I have a service that retieves an Employee object and a CheckIn object, both are POJO and straight forward. The Employee object returns everything like it should and the CheckIn drops the Integer field checkinID and the get/set methods for that field, I have no clue as to why this would happen. I am new to the webservice stuff and really stuck on this. I am posting the object and the bean, thanks for any insight that you can offer!
This is the object code:
|
 |
 |
|
|
subject: webservice dropping a method and field from my object
|
|
|