RE: Reg: Asynchronous Webservice in BPEL

2008-05-05 Thread Ashwini Kumar Jeksani
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: . . !-- portType implemented by the ApprovalAsyncBPEL BPEL process -- portType name=ApprovalAsyncBPEL operation name

RE: Reg: Asynchronous Webservice in BPEL

2008-05-02 Thread Ashwini Kumar Jeksani
: 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 it is shown below: !-Receive request from client -- receive createInstance=yes operation=initiate partnerLink= ApprovalAsyncBPELProvider

Reg: Asynchronous Webservice in BPEL

2008-05-01 Thread Ashwini Kumar Jeksani
Hi, I'm trying to create a BPEL for asynchronous web service call. A snippet of it is shown below: !-Receive request from client -- receive createInstance=yes operation=initiate partnerLink=ApprovalProcessClient portType=ns1:approvalProcessPT variable=approvalProcessRequestMessage/

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: !-Receive request from client -- receive createInstance=yes operation=initiate partnerLink=ApprovalProcessClient portType=ns1:approvalProcessPT

RE: Reg: Asynchronous Webservice in BPEL

2008-05-01 Thread Ashwini Kumar Jeksani
- 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 it is shown below

Re: Reg: Asynchronous Webservice in BPEL

2008-05-01 Thread Luciano Resende
: 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 it is shown below: !-Receive request from client -- receive