Re: Web Service api design (pass simple parameters or pojo)?

2008-12-10 Thread Phillip Rhodes
Wow! Awesome points. I appreciate your advice. I think the cool thing is that you reminded me is that I can design complex types to represent my messages so that can isolate my internal application changes from my api users. Back to the IDE for me;) Thanks again, Phillip On Dec

Re: Web Service api design (pass simple parameters or pojo)?

2008-12-09 Thread Christian Schneider
Hi Philip, I have some suggestions for you. First you should not generate the wsdl from your implementation classes. We did this approach in the start of our SOA. The problem is that when you change the version of your service framework you can end up with a slighty different wsdl. So you