Hi, I'm trying to create a Web Service which could know who is the person connected.
Currently I'm just following this how-to: http://www.ibm.com/developerworks/java/library/j-jws4/ I've setup Tomcat apache-tomcat-6.0.20/ with axis2-1.5.1/. I've made my own awis2.war with rahas-1.4.mar and rampart-1.4.mar in the repository/modules/ folder. Now I'm compiling the examples provided in the how-to but I have the following error: ....jws04code/client/src/com/sosnoski/ws/library/adb/WebServiceClient.java:29: package org.apache.rampart does not exist It's quite explicit ;) However by build.properties contains : axis-home=/Users/jsentier/WS/zips/axis2-1.5.1 And my build.xml contains: <path id="axis-classpath"> <fileset dir="${axis-home}/lib" includes="**/*.jar"/> <fileset dir="${axis-home}/repository/modules" includes="rampart*.mar"/> </path> /Users/jsentier/WS/zips/axis2-1.5.1/repository/modules/ exists and contains the official rampart-1.4.mar. So, what's wrong? Inside the rampart-1.4.mar there is no *.class, is that normal? Regards, Julien
