Search Results

0
votes
1answer
62 views

Utilise common entity classes across different JAX-WS web services

I have a few JAX-WS web services hosted on the same server. They use the same entity objects, but when the web services are consumed by a client, the reflected entity objects are always different b …