Passing Objects in Web Services..
I need to pass an object that I create back to the client calling the web service. I am using the SJSE wizard to create the web service. When I go to supply an input parm/attribute using the wizard, the only options are primitives and String. I need to be able to pass my own object back and forth. Is there a good example of this out there.. using SJSE.
I know it can be done with AXIS outside of SJSE. I'm wanting an easier way.
J

