- If you change something in your Web Service API–even a change which should be invisible to clients, like removing an API call nobody is using–you need to r...If you change something in your Web Service API–even a change which should be invisible to clients, like removing an API call nobody is using–you need to regenerate the client code from the changed WSDL. Even if the actual logic is identical before and after, you still need to download the WSDL, regenerate Java stubs with wsimport, and recompile.
- Partnership delivers new datacenter and Web services interoperability
- sample chapter: http://www.infoq.com/resource/articles/richardson-ruby-restful-ws/en/resources/04.pdf
- Building Rich Internet Applications for Workflow and Process Monitoring
- IEEE Intelligent Systems (2003)
- WWW '03: Proceedings of the 12th international conference on World Wide Web, page 340--349. New York, NY, USA, ACM Press, (2003)
- Commun. ACM 50(10):53--58 (2007)
- Web Intelligence, 2003. WI 2003. Proceedings. IEEE/WIC International Conference on, page 566--569. (2003)
- ACM Trans. Softw. Eng. Methodol. 15(4):360--409 (2006)


user