Re: Newbie to web services => objects conversion???

2007-12-04 Thread Tophebboy
The problem is that those interfaces are also used in other components. I mean, I may have to use a plugin which uses something else and not CXF, but this plugin have to use the same interfaces. I can't let every component used by my application rely on the classes generated by CXF. Every part hav

Re: Newbie to web services => objects conversion???

2007-12-04 Thread Glen Mazza
Can't you rely on the JAX-WS classes created directly? Why do you need to create the client interfaces to begin with? Can't you rely on the WSDL as a contract with the other team? Glen Am Montag, den 03.12.2007, 23:57 -0800 schrieb Tophebboy: > Hi! > I'm a newbie to web services and I'm trying

Newbie to web services => objects conversion???

2007-12-03 Thread Tophebboy
Hi! I'm a newbie to web services and I'm trying to build an application using CXF. Here is my problem: The entities I use are represented by interfaces in my client application. Let's call them "client interfaces". There are 3 big components in my application: The client (in Eclipse RCP), the web