Is there a industry standard way of packaging and deploying web services which can cater to following contraints/Complexities
开发者_C百科- Web services are developed in different location and ultimately deployed on common site
- This should take care of versioning ( Side by side web service deployment)
- Client side versioning issues
There are none.
Ok, "standards":
- UDDI for finding them.
otherwise have a look at http://servicesengine.codeplex.com/
This basically is a publishing front end for internal web services. So, you expose them all on one server / url (services.xxx.com) and basically can register them there, including versioning of different versions.
精彩评论