Axis2 client code gives nullpointerexception. Here is the client code:
public class SecureServiceCGClient {
public static void main(String[] args) throws Exception {
ConfigurationContext ctx =
ConfigurationContextFactory.createConfigurationContextFromFileSystem("C:\\IdeaProjects\\re
Using Axis2 1.5.1, Rampart 1.4, IntelliJIdea9, jdk 1.5
I am unable to get the security to work.
I am basing it on this article
https://wso2.org/library/3415
This is the exception I get when I execute. Any ideas what I'm doing wrong?
Obviously I'm missing something, probably related to the rampar