Hi,
I'm currently looking at switching from a JAXWS 2.0 implementation to AXIS2 and was really interested in how AXIS2 handles annotations. I've taken a look through the jaxws-calculator example but when I tried to modify the service call to handle more than an int return for a more complex type I ran into several issues with generating the WSDL and client stubs. Does anyone know of some more examples/samples utilizing annotations? The Java2Wsdl utility does not seem to allow specifying Soap11 vs. Soap12 and generates bindings to both? I've used the JAXWS wsgen tool to generate a WSDL successfully. Just curious what other people are doing? How experimental is the JAXBRI data binding? Is this something that we should consider using for production based code or should we invest in another databinding? Thanks in advance, Brendan
