Hello,
I'm using Axis2 1.6.2 with Rampart 1.6.2. My client attempts to create the
ConfigurationContext by calling
File repoPath = new File("axis2-1.6.1/repository")
ConfigurationContextFactory.createConfigurationContextFromFileSystem(repoPath.getAbsolutePath(),
null);
And I'm getting the IllegalArgumentException: Input cannot be null
Why is that? According to what I read, "AxisConfiguration will be created using
default axis2.xml and services and modules will be created and loaded from the
repository". BTW, modules are in ./ axis2-1.6.1/repository/modules.
TIA,
-a