> Hi,
>
> I'm building a web aplication. A JSP document call to
> a server class using SOAP. Can the server class
> return a Object? Have I use Serialization? I don't
> know if the server class can only send String params
> using SOAP.
>
> Thanks!
The server can send anything basically, but you do need to specify a mapping for it in the WSDL document so it will know how to do that (and the client how to reconstruct it).