Title: Message
James, are you talking about a specific to Axis question about why you would design your interface prior to writing the implementation or are your talking about a more general best practice when it comes to web services?
 
I'm not sure if there is any technical advantage that is particular to Axis that would lead you down one path or the other.  But from an overall design best practice (there aren't a lot when it comes to web services in my opinion) when developing interfaces, I think it is generally best to start with your XML schemas first and then move into a modular WSDL approach.  The goal is to have a more robust extensible interface that is going to be more interoperable with other technologies.  There are some resources on this subject in particular talking about interoperability issues ie which types have issues on which platforms, the various levels of support for the basic profile and all of the ws-* standards.  This practice also takes the platform out of the picture and focuses more on the service being provided.  Hopefully leading you down the path to a more abstract interface.
 
Designing the classes first might mask some problems that will crop up later with other platforms even though Axis might not have an issue with it.  I have personally run into interoperability issues with a lot of the major platforms out there when generating wsdl from existing interfaces.  Of course if you have no goals for interoperability with other platforms and you don't care about abstract and loosely coupled interfaces then it probably doesn't matter and you probably don't need to be using web services to begin with. :)  Just my two cents.
 
 
 
markg

Mark E. Griffin
Developer Services 
Progress Energy   

-----Original Message-----
From: James Clinton [mailto:[EMAIL PROTECTED]
Sent: Friday, February 24, 2006 6:27 AM
To: axis-user@ws.apache.org
Subject: RE: wsdl2java or java2wsdl

Thanks for that, but you haven't answered my question.
 
I too build from the WSDL up, but what I would like to know is what are the 'advantages/dis-advantages in doing this'?
 
James
 
 
-----Original Message-----
From: robert lazarski [mailto:[EMAIL PROTECTED]
Sent: 23 February 2006 18:13
To: axis-user@ws.apache.org
Subject: Re: wsdl2java or java2wsdl

This should be an FAQ. Many people, myself included, recommend java2wsdl only as starting point. Once you have a basic wsdl, start using that as your template and from then on use wsdl2java. I myself skip the java2wsdl part and start editing a new wsdl. Some people, though, do prefer to use java2wsdl to get started.

HTH,
Robert
http://www.braziloutsource.com/


On 2/23/06, James Clinton <[EMAIL PROTECTED]> wrote:
Are there any significant advantages in building an Axis Web Services from the WSDL (wsdl2java), as apposed from the Java (java2wsdl) ?
 
James
 


-----------------------------------------------------
THE INFORMATION IN THIS E-MAIL AND IN ANY ATTACHMENTS IS CONFIDENTIAL

AND MAY BE PRIVILEGED OR OTHERWISE PROTECTED FROM DISCLOSURE.
IF YOU ARE NOT THE INTENDED RECIPIENT AND HAVE RECEIVED IT IN ERROR YOU ARE ON NOTICE OF ITS STATUS.
PLEASE NOTIFY THE SENDER IMMEDIATELY BY RETURN EMAIL AND THEN DELETE THIS EMAIL AND ANY ATTACHMENT FROM YOUR SYSTEM.
YOU MUST NOT RETAIN, COPY OR USE THIS E-MAIL OR ANY ATTACHMENT FOR ANY PURPOSE, NOR DISCLOSE ALL OR ANY PART OF ITS CONTENTS TO ANY OTHER PERSON:

TO DO SO COULD BE A BREACH OF CONFIDENCE

EMAIL MAY BE SUSCEPTIBLE TO DATA CORRUPTION, INTERCEPTION AND UNAUTHORISED AMENDMENT,
AND WE DO NOT ACCEPT LIABILITY FOR ANY SUCH CORRUPTION, INTERCEPTION OR AMENDMENT OR THE CONSEQUENCES THEREOF.

WE MAY MONITOR THE CONTENT OF EMAILS SENT AND RECEIVED VIA OUR NETWORK FOR VIRUSES OR UNAUTHORISED USE AND FOR OTHER LAWFUL BUSINESS PURPOSES.
WE DO NOT ACCEPT RESPONSIBILITY FOR ANY LOSS OR DAMAGE ARISING FROM A VIRUS IN ANY EMAIL OR ATTACHMENT.

-----------------------------------------------
[EMAIL PROTECTED]

Reply via email to