Hi everyone! I've been reading into the JAX-RPC specs and DII for some time but I couldn't figure out one thing. If I want on the client-side to receive as a result of a WS invocation a JavaBean from a service I've created, do I have to have a copy of the JavaBean at the client? I understand that I should use the registerTypeMapping method to register the Bean(De)Serializer for what I get through SOAP from the server-side, but is it necessary to have a copy of the bean, too?
In other words, is there a way to get a Bean on the client-side without creating the stubs - using WSDL2Java? Thanx
