Hi: I have asked this question before. Today, I read some more archived entries for this user forum and I am more confused...
-Essentially, I would like to start with a WSDL document and XML schema to define the operations and types of my web service interface. -I would like the clients (like .Net clients) to be able to automatically generate proxy classes from the types. This necessitates the use of XMl schema types in the messages rather than XML Document or even uglier String for every parameter. - I know Axis cant do any schema validation. Is there any way I can achieve schema validation while keeping the above 2 options. One approach mentioned in the archive is using a schema aware data binding solution like Castor. Is there any other way all these noble goals can be achieved by just using Axis alone.... Regards -Somesh Marepalli