Apropos of the earlier discussion about generating WSDL.
Ralph
-----Original Message-----
From: Anne Thomas Manes [mailto:[log in to unmask]]
Sent: Tuesday, February 19, 2002 4:21 PM
To: [log in to unmask]
Subject: RE: WSDL question
There are quite a few tools that can generate WSDL from a Java class.
You can find IBM's Web Services Toolkit here:
http://www.alphaworks.ibm.com/tech/webservicestoolkit
My personal recommendation is WASP Developer, which is available as
a plug-in for JBuilder, NetBeans, and Eclipse. The tools are free.
You can download the JBuilder and NetBeans plug-ins from here:
http://www.systinet.com/products/tools/index.html
The Eclipse plug-in (still in beta) is available from here:
http://www.systinet.com/eap/eclipse/index.html
WASP also provides command line tools, which you'll find in the /bin
directory of the WASP Server installation. The free version is here:
http://www.systinet.com/products/wasp_lite/index.html
The commercial version is here:
http://www.systinet.com/products/wasp_advanced/index.html
I also suggest your read this tutorial on SOAP interoperability:
http://www.theserverside.com/resources/article.jsp?l=Systinet-web-services-p
art-5
Best regards,
Anne
> -----Original Message-----
> From: Gus Delgado [mailto:[log in to unmask]]
> Sent: Tuesday, February 19, 2002 2:16 PM
> To: [log in to unmask]
> Subject: RE: WSDL question
>
>
> do you know of any tools to generate wsdl, doesn't alphaworks have one?
>
> -----Original Message-----
> From: Anne Thomas Manes [mailto:[log in to unmask]]
> Sent: Tuesday, February 19, 2002 12:21 PM
> To: [log in to unmask]
> Subject: RE: WSDL question
>
>
> Gus,
>
> Yes you can create WSDL descriptions of your services without
> affecting your
> clients that don't use WSDL.
>
> Anne
>
> > -----Original Message-----
> > From: Gus Delgado [mailto:[log in to unmask]]
> > Sent: Tuesday, February 19, 2002 12:35 PM
> > To: [log in to unmask]
> > 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
> >
> >
>
|