Hi Srinath, I am really struck with my problem.
I think I am not able to clear my problem/requirement through my queries. Let me try once again. *I am having two Servers: One is Tomcat server in which axis2 is deployed and my web service java client (implemented using axis2) is deployed Another is BPEL server/engine in which my 2 BPEl web services are running. *Through my client I invoked my first bpel web service which in turn invoked second bpel web service. *Now to complete my first bpel service I need to complete my second bpel web service and I am having the id (conversation id) of the second bpel process/bpel service instance. I need to create a client of my second bpel service through which I need to send message to second bpel service to complete. And I am unable to implement its Client. That's my problem. I hope this clears my requirement. Please suggest something ASAP. Can you give any example? -----Original Message----- From: Srinath Perera [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 4:26 PM To: [email protected] Subject: Re: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice? Hi Nancy; check these are they what you need. If not you have to implemented conversation with handlers. http://issues.apache.org/jira/browse/AXIS2-532 http://issues.apache.org/jira/browse/AXIS2-548 Generally Web Services are stateless, I do not know specific header we used to transfer conversation ID. Any way good luck Srinath On 4/12/06, nancy <[EMAIL PROTECTED]> wrote: > > > > > > Please tell how can I interact with a webservice instance created somewhere > else by setting its conversationid.? > > ________________________________ > > > From: nancy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 12, 2006 1:31 PM > To: '[email protected]' > Subject: RE: [Axis2] How to send message to a particular instance of that > webservice? > > > > Is there no way to set Conversation id or soap header in stub in axis2? > > In Axis1, in binding stub generated by axis there were methods to set > header, timeout etc. What is the way to do all this with stubs generated by > axis2? > > Please Help > > > > > > ________________________________ > > > From: nancy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 12, 2006 1:06 PM > To: [email protected] > Subject: [Axis2] How to send message to a particular instance of that > webservice? > > > > Hi, > > > > I want to use Axis2 to create client for invoking the web service running in > BPEL Engine. I have successfully created stub using my BPEl web service's > wsdl. My BPEL service1 invoke another BPEL service2.I have successfully > invoked BPEL service1.But when it invokes service2, I need to send a message > to webservice2 using its conversation ID. I have created stub for second web > service also. But can't find a way how to send message to a particular > instance of that webservice2. > > > > Please Help!!! > > > > Thanks and regards, > > Nancy Aggarwal -- ============================ Srinath Perera: http://www.cs.indiana.edu/~hperera/ http://www.bloglines.com/blog/hemapani
