RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-18 Thread nancy
Hi, If use axis2 I have implemented the Testclient and get my work done in following way: import com.oracle.services.bpel.task.*; import org.apache.axis.message.*; import javax.xml.soap.Name; public class TaskTest { public static void main(String [] args) throws Exception {

RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread nancy
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

RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread Ali Sadik Kumlali
Hi Nancy, I'm examining BPEL solutions nowadays. Since I'm not an expert on Axis2 and BPEL, wanted to understand your scenario clearly. AFAIK, you are able to do following: client BPEL1 -- BPEL2 ----- convID1 convID2

RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread nancy
Hi Ali, Yah you can say that scenario is like this. convID2 client2 BPEL2 -Original Message- From: Ali Sadik Kumlali [mailto:[EMAIL PROTECTED] Sent: Saturday, April 15, 2006 3:05 PM To: axis-user@ws.apache.org Subject: RE: VERY URGENT Please HELP[Axis2]

RE: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread nancy
1) Can you tell how I can apply this patch? 2) To pick up my service instance from a Hash map at configuration context map must be populated with that instance .How will this map get populated? And I don't having prior experience with web services. So I need step wise explanation to implement the

Re: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-15 Thread Srinath Perera
you can do something like check for conversationID for service instance, if it is null create one .. from second instance it will be pick up If you are writing a new message reciver you can not use generated code, as gen code add a new mesage receiver. If you can manage without data binding you

Re: VERY URGENT Please HELP[Axis2] How to send message to a particular instance of that webservice?

2006-04-14 Thread Srinath Perera
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