Hi all, I have a problem while creating two services that are using the same entity. For example I have UserService and WorkflowService. Each service needs an entity 'User' for input/output parameters. The problem is that, while creating the client from wsdl two different 'User' objects are created, one for different service (so different objects). Can you give me some hints to create a one 'User' object that can be imported from both services clients? Thanks in advance -- View this message in context: http://www.nabble.com/Import-already-existent-wsdl-in-two-different-web-services-tp25530386p25530386.html Sent from the cxf-user mailing list archive at Nabble.com.
