Fabricio It is entirely possible. You have to make sure that you define the interface properly on both sides. Use the xsd:AnyType to describe you java object. The only things that doesn't work completely are the signatures of the methods in your web service, get used to giving each method a unique name.
JWD >>> [EMAIL PROTECTED] 09/01/05 04:13 AM >>> Hello all, Is it possible to create a web service that receives and returns a generic java object (Object)? And dynamically discover how to manipulate the atributes of it? Maybe this is a fool question... Sorry and thanks! Fabricio ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
