|
Plugin features
- On the server side:
- Create a project with a default webapp directory
structure and classpath with axis librairies in the WEB-INF/lib directory
- Generate a WSDL file from a Java file
- Deploy a web service under axis from a WSDD file
- On the client side:
- Generate a Java File (proxy) from a WSDL file to
use a web service
Download
and install
This plugin is free and open-source (CPL v0.5).
| Eclipse
R2.0 |
For builds F3 (build
20020612) or more recent, use the update manager and create a bookmark
to http://www.improve-technologies.com/alpha/updates/site.xml.
If you don't know how to use the update manager, read this procedure:
[ Using
the update manager ] |
| Version |
Date |
Comment |
|
| 0.8.0 |
22 Nov. 2002 |
First release
Download the plugin directly plugin jar.
|
|
Using
the Axis plugin
The default plugin configuration allows you to use functions
of the Axis web service container.
A wizard creates a project with a default webapp directory structure and classpath
with axis librairies in the WEB-INF/lib directory. It also contains tools
to test the web service container.
When you right-click on a java file, the Axis->Java2WSDL
menu allows you to generate a WSDL file from the selected Java file.
When you right-click on a WSDD file, the Axis->Deploy
menu deploys the associated web service under Axis.
When you right-click on a WSDL file, the Axis->WSDL2Java
menu allows you to generate a java file which will be used as a proxy
to access to the web service on a client application.
For any information, remark or feedback
about the plugin, feel free to contact us at :
eclipse-axis@improve.fr.
|