The use of axis ant task is quite simple, but you have to know how to
create, generate and deploy a service before. I firstly tried to do it
with the java tools AdminClient, Java2WSDL, WSDL2Java classes (provided
with axis) because it was well documented. After that, I switched to Ant
and was able to find common points and parameters between Ant script
deployment and java tools deployment.

For the complexType tag, there no special things to do. If you write a web
service which use a Java Bean classe (attributes+getters+setters), it will
be generated as a complexType (xml schema) in the WSDL file when you
deploy it with your ant script.

Arnaud.

> Hi there,
> 
> since several days I try to figure out how axis and the ant tasks for 
> axis work. But clear documentation is quite seldom...
> 
> Right now I try to find out how to use the complexType-Tag... but there
> is no documentation about that. Does anyone has an idea? Some Links to 
> tutorials which work with the ant-tasks or some stuff like that. There 
> are a lot of tutorials where I can learn how to write my own WSDL ans 
> WSDD Files... But why do I have to do that?
> 
> MArtin





Reply via email to