RE: Reg: Asynchronous Webservice in BPEL

2008-05-05 Thread Ashwini Kumar Jeksani
tuscany-user@ws.apache.org Subject: RE: Reg: Asynchronous Webservice in BPEL Hi, I've created a wsdl for the BPEL invoking asynchronous web service. A snippet of the wsdl is shown below: . .

RE: Reg: Asynchronous Webservice in BPEL

2008-05-02 Thread Ashwini Kumar Jeksani
is it correct to have both service and callback ports inside the same in the wsdl like in our wsdl shown above? Thanks & Regards Ashwini Kumar Jeksani -Original Message- From: Mike Edwards [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 5:19 PM To: tuscany-user@ws.apache

Re: Reg: Asynchronous Webservice in BPEL

2008-05-01 Thread Luciano Resende
Message- > From: Mike Edwards [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 01, 2008 5:19 PM > To: tuscany-user@ws.apache.org > Subject: Re: Reg: Asynchronous Webservice in BPEL > > Ashwini Kumar Jeksani wrote: >> Hi, >> >> I'm tryi

RE: Reg: Asynchronous Webservice in BPEL

2008-05-01 Thread Ashwini Kumar Jeksani
sage- From: Mike Edwards [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 5:19 PM To: tuscany-user@ws.apache.org Subject: Re: Reg: Asynchronous Webservice in BPEL Ashwini Kumar Jeksani wrote: > Hi, > > I'm trying to create a BPEL for asynchronous web service call. A snippet of &

Re: Reg: Asynchronous Webservice in BPEL

2008-05-01 Thread Mike Edwards
Ashwini Kumar Jeksani wrote: Hi, I'm trying to create a BPEL for asynchronous web service call. A snippet of it is shown below: The first receive in the above BPEL snippet is called by a client and therefore I have de

Reg: Asynchronous Webservice in BPEL

2008-04-30 Thread Ashwini Kumar Jeksani
Hi, I'm trying to create a BPEL for asynchronous web service call. A snippet of it is shown below: The first receive in the above BPEL snippet is called by a client and therefore I have declared it as a 'service' in co