I am diving into Axis2, having had some experience with the old Axis
1.x from before. I am trying to follow this turtorial: http://www.learntechnology.net/content/webservices/jboss_webservices.jsp
I am using Spring and JBoss, and compiling with Maven, but I am having
a heck of a time just finding out where the classes to support the
Annotations @WebService, @WebContext, and all the other needed tags
are at. So far I have the following imported from Maven:
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
<version>1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jws-api</artifactId>
<version>1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jaxws</artifactId>
<version>1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-spring</artifactId>
<version>1.3</version>
<scope>provided</scope>
</dependency>
This sucks in a LOT of dependencies, but thus far I have only managed
to find the @WebService tag (hiding in axis2-jwm-api), but not the
others.
Can anyone point me in the right direction? Also, I could use some
book/tutorial recommendations if you have any.
Michael Bauer
[EMAIL PROTECTED]
http://www.codechimp.net