java - Axis Error unable to engage module addressing -
I am using axis2 on Apache Tomcat I am writing consumer side to consumer SOAP WS. I had configured Eclipse to use Tomcat as a server and
stub._getServiceClient () while executing that line. EngageModule ("addressing");
I was getting the error "unable to attach module addressing" to fix that problem I add the following line to the VM arguments in the run configuration
-Daxis2.repo = "E: \ axis2 \ repository"
Now I am exporting my project as a war file and installing it on the real server . But now I am getting the same error (I have checked the log file) I do not know how to decide, everyone can help me Thanks
Comments
Post a Comment