Dennis Sosnoski wrote: >As I've said before, I think it's unfortunate that JAX-RPC/Axis is >coming from such a strong rpc/enc orientation. I think an API for >doc/lit services can be *much* simpler than the current mess of stubs, >ties, wire, duct tape, chewing gum, etc.
Is this not where everyone came from? Glue 4.1.2 has it's own doc/lit problems. .Net might be the only SOAP stack that nailed it with doc/lit support out of the box from day 1, and even they have interop problems when it comes to XSD -> C# type mappings. WS-I, for me, was a huge wake-up call. It shifted not only my "how to develop" SOAP Web Services mentality, but my "why we need" SOAP Web Services mentality as well. -Jon