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
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
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