Re: Web Service Development using XML Schema

2011-11-14 Thread S P
*To:* java-user@axis.apache.org > *Sent:* Monday, November 14, 2011 1:51 PM > *Subject:* Re: Web Service Development using XML Schema > > 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 s

Re: Web Service Development using XML Schema

2011-11-13 Thread Ron McNulty
that others connect to is much harder than getting it right first time. Just my 2c worth... Regards Ron - Original Message - From: Deepal Jayasinghe To: java-user@axis.apache.org Sent: Monday, November 14, 2011 1:51 PM Subject: Re: Web Service Development using XML Schema

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