I just download the new axis alpha3, which helps on creating the wsdl, and it seems to be the next generation of apache soap. It seems that if I want some of my clients to use wsdl and some not, I will have to convert my web service to this implementation (I guess if I wanted to do it right!). Anyways there are some things that axis does not have, such as: Constants.NS_URI_LITERAL_XML
which is the encoding style I'm using "http://xml.apache.org/xml-soap/literalxml" am I missing it? or it's not part of axis? what is the alternative? another thing that is different is the servlet the hit? I would have to make my clients, regardless of the use of wsdl or not, to hit a differnt URL, right? Again, if I want to implement the wsdl right, I would have to make all of this changes, huh? Thanks a lot for your help! -Gus -----Original Message----- From: LaCom/Hanson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 4:26 AM To: [EMAIL PROTECTED] Subject: Re: WSDL question Don't forget Glue, another free download, from www.themindelectric.com. This also will generate WSDL from Java classes. Cheers, Peter ----- Original Message ----- From: "zhengzp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 8:17 PM Subject: Re: WSDL question > JBuilder's web service kit for java can create WSDL > ----- Original Message ----- > From: "Gus Delgado" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 20, 2002 1:34 AM > Subject: WSDL question > > > > I have a web service currently on production using jakarta-soap running on > > tomcat. "some" of my clients want to use the new .Net implementation to send > > soap-envelopes (requests) to the jakarta-soap implementation, .Net uses > > WSDL, can I implement a WSDL for "some" of my clients to use without hurting > > the ones that really don't care much for WSDL? Your help is much > > appreciated. > > > > -Gus > > > > >