Re: [Axis2 1.0RC1] Problem getting MessageContext in ServiceImpl class

2006-04-17 Thread Deepal Jayasinghe
://www.nabble.com/-Axis2-1.0RC1-Problem-getting-MessageContext-in-ServiceImpl-class-t1423137.html#a3875656 Sent from the Axis - User forum at Nabble.com. -- Thanks, Deepal ~Future is Open~

Re: [Axis2 1.0RC1] Problem getting MessageContext in ServiceImpl class

2006-04-11 Thread Eran Chinthaka
Yes, the change is incorporated in Axis2 1.0 RC1. Add the method public void setOperationContext(OperationContext opctx) in your service class and from that you can get the message contexts. To get In Message Context : MessageContext inMsgCtxt =

Re: [Axis2 1.0RC1] Problem getting MessageContext in ServiceImpl class

2006-04-11 Thread Gopal Patwa
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.

Re: [Axis2 1.0RC1] Problem getting MessageContext in ServiceImpl class

2006-04-11 Thread Eran Chinthaka
Gopal Patwa wrote: 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();

Re: [Axis2 1.0RC1] Problem getting MessageContext in ServiceImpl class

2006-04-11 Thread Gopal Patwa
addressing-version.mar in your classpath. -- Chinthaka -- View this message in context: http://www.nabble.com/-Axis2-1.0RC1-Problem-getting-MessageContext-in-ServiceImpl-class-t1423137.html#a3875656 Sent from the Axis - User forum at Nabble.com.

Re: [Axis2 1.0RC1] Problem getting MessageContext in ServiceImpl class

2006-04-10 Thread Gopal Patwa
to work in 0.95 but not anymore in 1.0RC1 (Tomcat 5.5 app server) thanks Gopal -- View this message in context: http://www.nabble.com/-Axis2-1.0RC1-Problem-getting-MessageContext-in-ServiceImpl-class-t1423137.html#a3853507 Sent from the Axis - User forum at Nabble.com.