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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -