*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
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
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
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