Thanks Chinthaka, It work now but I have some other problem.
I have wrote axis2 asynchronous service to work with BPEL. When I am trying
to call BPEL service while to engaging addressing module
ServiceClient sender = new ServiceClient();
sender.engageModule(new QName(Constants.MODULE_ADDRESSING));
Note: this code run on tomcat 5.5 not from some java client
I get module not found, since my service is deployed in tomcat 5.5 with axis
1.0RC1 webapp and globally engage addressing module which I can see from
admin page.
Do I need to engage addressing module for ServiceClient even I have globally
set for all service
When I am debugging my service in eclipse 3.1, I see error module not found
?? after this line of code
sender.engageModule(new QName(Constants.MODULE_ADDRESSING));
any idea why it is happening
Thanks
Gopal
--
View this message in context:
http://www.nabble.com/-Axis2-1.0RC1-Problem-getting-MessageContext-in-ServiceImpl-class-t1423137.html#a3874474
Sent from the Axis - User forum at Nabble.com.