Hello,
Can any one please give me an example using Apache Axis 2 with Netbeans IDE and tomcat server.
I want my webservice method to return some database value to my flex application. I tried creating webservice using Netbeans 5.5 webservice wizard with tomcat 5.5 without tomcat however when I store data in a bean and try to return that I get that bean is not in scope, I thought of using Axis2 framework as I read it is easy to understand, and it can faster development process. Now I don't know how can I configure axis2 on netbeans (I can use 5.5 or 6.0) with tomcat server (either 5.5 or 6). I would appreciate if somebody can give me an example of the same (set and get data from a bean using webservices).
Thanks in advance.
Start Free Trial