Hi folks

I'd like to do something like this:

I've got a CustomDesignedBean (I designed it)

I've got a web service that returns a standard TransactionResponse object.

The TransactionResponse obj contains the following field and its
getters/setters:

Object data;
public Object getData(){}
public void setData(Object o){}

What I want to do is create the CustomDesignedBean with the service, store
it in the TransactionResponse obj's data field via the setter, get it back
out on the client side and cast it back into a CustomDesignedBean

Problem is, its not working.  I'm getting Marshalling errors in some cases
and in other cases the object coming back is empty.

Any suggestions?

Mark

Reply via email to