« The other way round... | Main | Eclipse Web Tools Platform »
March 15, 2006
Document-based Web services
I found an interesting article about Patterns and Strategies for Building Document-Based Web Services at the Sun Developer Network.
Most of the shown concepts look very RPC-stylish to me. Stubs and Ties are generated and I don't see any XML parsing in the source code.
The only interesting part I found is to use the xsd:any element in the WSDL description. But how and where is the XML Schema for the XML documents that are exchanged then?
Posted by Dominik Marks at March 15, 2006 6:01 PM