Thanks for the response!

When creating the the service this way, when do you create any objects? Do
you have them created from the begining, or do you add them to the WSDL and
let them be generated?

----- Original Message ----- 
From: "Yakulis, Ross (Ross)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 11, 2004 12:57 PM
Subject: RE: Best Practices?


My personal opinion and I know some will disagree, but here goes.

Start witha Java class and use Java2WSDL then WSDL2Java to generate the
service.
have the style be Wrapped for the best interoperability.   Keep the
interface
as simple as possible.

Ross

-----Original Message-----
From: Joe Plautz [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 11, 2004 9:48 AM
To: [EMAIL PROTECTED]
Subject: Best Practices?


I'm a newbie looking for guidance in creating WebServices with Axis. I've
gone through the documentation backwards and forwards and have come up with
me own ways of doing things. I start with a WSDL that I create and use
WSDL2Java to generate the code and go from there. What I'm looking for is a
best practices because I don't feel confident in the way I am going about
it.

Do most people start from a WSDL? Do people generate a WSDL from an
interface and go from there? Do people just create a class and a WSDD file?
Or, do people use JWS files that accept a string and the string contains xml
formated text?

If there are any sites that cover this information, please forward them on
to me.

Any help will be appreciated!!!

Thanks,
Joe Plautz
[EMAIL PROTECTED]




Reply via email to