Hi,
I have currently a java API (class, inheritance etc …) that I would like to
expose through Web-Services using the latest Jboss-Ws
I would like to create a unique Web-Service which would provide access to
the API.
I'm wondering if, through this unique Web-Service, the Client will access
the different Object of my API.
Example
In my java API, I have 2 Objects. In Object1, I have a method (method1)
which returns Object2.
Object2 Object1.method1();
I'm wondering if Jboss-WS supports WS client for such case ?
Thanks for your support
Cheers
vpl