Re: Web Service Development using XML Schema

2011-11-13 Thread Ron McNulty
Hi Deepal It may be off topic, but I would advise you to run your XSD past an experienced data modeller or senior developer/architect. It does not appear to be a clean definition of a Person. For instance: - Student/Employed/Unemployed should be a single top-level enumerated field. As it sta

unsubscribe

2011-11-13 Thread Thanhy Mather
unsubscribe

Re: Web Service Development using XML Schema

2011-11-13 Thread Deepal Jayasinghe
I am not 100% sure whether our code generator can generate code from XML schema since it does not have the binding. Because, having a schema simply means a collection of data types. Thus, there should be a way to associate them (such as WSDL binding). Best approach would be to create a WSDL and ge

Web Service Development using XML Schema

2011-11-13 Thread S P
I want to generate a web service. What I have at the moment is an XML Schema (Person.xsd). Using the web service user should able to upload their information as described in XML Schema to the Server. I want to take your advice how can I develop such a web service using Axis2. I have following tec