Re: "Best practices" with existing server AND client code

2002-07-25 Thread J Hodrien
On Thu, 25 Jul 2002, Rathert Jonas (Platinion) wrote: > What I already have is > > - an interface which contains all java.rmi-specific stuff, > - a java bean which I want to "transfer" using a WebService, >which also has a method "foo()" that I want to call on the >client, > - the serv

"Best practices" with existing server AND client code

2002-07-25 Thread Rathert Jonas (Platinion)
Hi, from what I understand so far, axis and its tools support me quite good in a situation where I only have an interface which I want to implement as WebService: - Java2WSDL creates an WSDL file from it - WSDL2Java picks up this file and creates client stubs _and_ necessary java beans (co