Hi,
I just downloaded Axis2 0.94, and tried to follow the userguide, but I
have got stuck, I think there are some issues that have been modified in
the latest release,
1) the link to the IDEA plugin in the Documentation is broken, correct
one is
http://ws.apache.org/axis2/0_94/tools/idea/Idae_plug-in_userguide.html
2) using the WSDL2Java tool with he following wsdl
http://www.ebi.ac.uk/~alabarga/webservices/wsdl/WUBlast.wsdl
does not generate any schema directory, and a services.xml is under
resources directory,
3) after modifying the corresponding code, and creating the aar file, I
deployed the service.
4) when trying to generate a client using an Axis 1.2 WSDL2Java from the
automatically generated WSDL
http://localhost:8080/axis2/services/wublast2?wsdl
which has renamed some of the elements from the original WSDL
I got an java.io.Exception, Erro: missing type of ref attribute for node
'unknown'. WSDL2Java works fine if I use the original WSDL
5) but trying to access it through an aplication using the generated stub
with Axis 1.2 WSDL2Java
I got this error
[java] Operation Not found
EPR is http://localhost:8080/axis2/services/wublast2 and WSA Action =
it should be trying to access the blast operation
but I suppose is becouse of the modifications in the namespaces between
both wsdl files
trying to use this in the browser
http://localhost:8080/axis2/services/wublast2 I got an Oh! this
place seems to be empty!!! message, maybe it is a related problem
so, after this, some questions,
a) can I call Axis2 services using previous Axis version clients or
WSDL2Java?
b) where should I place jars needed by my service, in a lib directory in
the aar file?
c) is there any chance of this service to work, or should I be using
Axis2 clients instead?
thank you very much
Alberto