Re: Axis2-1.6.2 generated stubs fails to use module rampart

2012-05-21 Thread Asen
Solved: 1. I have set two system properties from my startup servlet. System.setProperty(org.apache.axis2.Constants.AXIS2_CONF, config.getServletContext().getRealPath("/WEB-INF/conf/axis2.xml")); System.setProperty(org.apache.axis2.Constants.AXIS2_REPO, config.getServletContext().getRealPath("/WEB

Re: Axis2-1.6.2 generated stubs fails to use module rampart

2012-05-18 Thread Kishanthan Thangarajah
On Thu, May 10, 2012 at 10:04 PM, Asen wrote: > Hi there, > > I am trying to use wsdl2ejava Axis-1.6.2 generated stubs and including > Rampart-1.6.2 for the WS-Sec. > I have copied in to my application all the required Axis/Rampart jars, > modules and created the required directory structure when

Axis2-1.6.2 generated stubs fails to use module rampart

2012-05-10 Thread Asen
Hi there, I am trying to use wsdl2ejava Axis-1.6.2 generated stubs and including Rampart-1.6.2 for the WS-Sec. I have copied in to my application all the required Axis/Rampart jars, modules and created the required directory structure when building it. All my web services and generated code client