Re: To convert .class file to .java using wsdd
Hannes Angst <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CAC7QTsh_BRJfE63CMSHnxt30SLcXuCYJmVSfQiOO-4PSqqBB6Q@mail.gmail.com> |
Hi, >Is there any possibility to convert .class to .java using .wsdd? No. > if i can convert .wsdd to .wsdl atleast i can able to create java The wsdd file holds the definition of the web service to be deployed. It describes the parameter but is not at all comparable with a wsdl. There are two ways to get the WSDL. If the web service is already deployed, you can retrieve the wsdl file by calling http;//<host>:<port>/[...]/services/<service name>?wsdl If your service is not deployt, you can use eclipse web service plugin to generate the service from the java file. This will ultimately generate a WSDL-file. You haven't told us, what you try to achieve. Do you want to generate a web service or a web service client? Regards, Hannes