h...@all

 

I want to implement a series of Webservices based on the following
requirements

 

*         An Endpoint must be available using SOAP and REST(like)

*         Some of the Webservices must be implemented WSDL first, others
contract first

*         An Endpoint should be versionable, using the XML Namespaces

 

Now my question is: are there best practices available for CXF and the
mentioned requirements? I searched the WIKI and the net, but didn't find
an answer. 

 

Would it be better to use a different Endpoint URL for each Webservice
version, or do I use the same URL, and implement decision logic based on
the Namespaces? 

Which strategy should I use for Java package naming? 

How do I mix SOAP and Rest?

Would OSGi make sense here?

 

Thanks in advance

Mirko

 

Reply via email to