Hi all, I am developing a web service and i have created a Holder class,say StudentResponseHolder which holds a complex data type, StudentResponse, which is java bean.
The prob is when the client classes are generated and the client is ran, StudentResponseHolder.value is returning a null value .
The holder class in the web service is implementing the Holder interface, naming is correct i.e. ComplexType+Holder and Holder class is present in the correct package com.examples.holders .
What could I be missing ? Appreciate any pointers.
Thanks.
PS : am new to web services, so could be missing a lot