Implement toString() for Beans

2004-09-11 Thread Erik Tews
Hi WSDL2Java generates nice Java-Code. But sometimes when debugging some Applications I would like to have a toString() in my beans. Could't this be generated automatically? It should just output all the propertys the bean has, embedded in [] or () and seperated by , or ; or something like this.

Re: best practices for exceptions?

2004-09-11 Thread thomas . bailey
Im certainly no expert and I was asking the same thing but from my understanding, you can extend remote exception and catch them but you loose interop so the best way is to extend axis fault and use constants to set fault codes which you can then get at client side. The catch is you cant (or I cant