I didn't get any response from rampart, so I think I sent this request to the wrong list? I've tried rebuilding rampart from source but nothing seems to work. I also downloaded bouncy castle.my stack is:
java 1.6 axis2 1.4.1 rampart 1.4 Any help would be greatly appreciated Thanks Marc ---------- Forwarded message ---------- From: Marc Boorshtein <mboorsht...@gmail.com> Date: Tue, Feb 24, 2009 at 7:35 AM Subject: wsdl2java not accepting rampart-1.4.1.mar To: rampart-dev@ws.apache.org Hello, I'm trying to use rampart 1.4.1 and axis2 1.4.1. I'm able to create a secure service (based on the tutorial linked to by the main page), but creating the client using wsdl2java keeps failing: [...@localhost bin]$ sh wsdl2java.sh -uri https://localhost:8443/axis2/services/SecureService?wsdl -r /home/mlb/downloads/axis2-1.4.1/repository -p tutorial.rampart.client -uw -or -o /home/mlb/projects/ws-security/java-client Using AXIS2_HOME: /home/mlb/downloads/axis2-1.4.1 Using JAVA_HOME: /usr/java/jdk1.6.0_03 Retrieving document at ' https://localhost:8443/axis2/services/SecureService?wsdl'. [INFO] Deploying module: addressing-1.41 - file:/home/mlb/downloads/axis2-1.4.1/repository/modules/addressing-1.41.mar [INFO] Deploying module: script-1.41 - file:/home/mlb/downloads/axis2-1.4.1/repository/modules/scripting-1.41.mar [INFO] Deploying module: ping-1.41 - file:/home/mlb/downloads/axis2-1.4.1/repository/modules/ping-1.41.mar [INFO] Deploying module: smtpfault - file:/home/mlb/downloads/axis2-1.4.1/repository/modules/smtpfault.mar [INFO] Deploying module: metadataExchange-1.41 - file:/home/mlb/downloads/axis2-1.4.1/repository/modules/mex-1.41.mar [INFO] Deploying module: rampart-1.4 - file:/home/mlb/downloads/axis2-1.4.1/repository/modules/rampart-1.4.mar [INFO] Deploying module: soapmonitor-1.41 - file:/home/mlb/downloads/axis2-1.4.1/repository/modules/soapmonitor-1.41.mar [INFO] Deploying module: metadataExchange - file:/home/mlb/downloads/axis2-1.4.1/lib/mex-1.4.1.jar [INFO] Deploying Web service: version.aar - file:/home/mlb/downloads/axis2-1.4.1/repository/services/version.aar cannot create repository : policy will not be supported cannot find a PolicyExtension to process http://schemas.xmlsoap.org/ws/2005/07/securitypolicytype assertions [...@localhost bin]$ I tried copying axis2-codegen*.jar to the $AXIS2_HOME/lib directory but that didn't work and I'm not getting any errors. Any ideas as to what the issue could be? Thanks Marc