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: How to use references using multiplicity=1..n with binding.ws or binding.rmi

2008-05-01 Thread Simon Laws
On Wed, Apr 30, 2008 at 12:44 PM, [EMAIL PROTECTED] wrote: Hi Simon, I just created a Jira to keep track of this issue: https://issues.apache.org/jira/browse/TUSCANY-2281 Besides using multiplicity=1..n, the interface Crawler is also Conversational. As mentioned in document Java Common

Re: Are there plans to provide bindging directly to mq?

2008-05-01 Thread Simon Laws
On Wed, Apr 30, 2008 at 3:45 PM, Marian, Radu [EMAIL PROTECTED] wrote: In many cases it is more efficient to not rely on jms server at all. Instead a component can talk directly to an mq client via mq bindgings. Are there plans to have binding.mq suported in tuscany? Thanks, Radu Hi

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: wsdl reference question

2008-05-01 Thread Simon Nash
Abraham Washington wrote: sorry, should have included the code. this is just the calculator-ws-webapp composite (which is below). i added this code: service name=CalculatorService promote=CalculatorServiceComponentbinding.ws//service which exposes the CalculatorService. but, now the wsdl

[DAS] Are re ready for a DAS 1.0 release ?

2008-05-01 Thread Luciano Resende
Looks like we now have a good and stable DAS that went trough two beta releases. If the community thinks we are ready, I'd like to propose a 1.0 release of DAS that would depend on the latest SDO 1.1 release. Thoughts ? -- Luciano Resende Apache Tuscany Committer

RE: Reg: Asynchronous Webservice in BPEL

2008-05-01 Thread Ashwini Kumar Jeksani
Thanks mike. That was very useful information, I will try to implement it and get back to you. Regarding the Test cases could you tell me if there is any standard format/template that we use in Tuscany for writing test cases. Thanks Regards Ashwini Kumar Jeksani -Original Message-

Re: Reg: Asynchronous Webservice in BPEL

2008-05-01 Thread Luciano Resende
Test cases are based on JUnit, you could use any existing one from iTest or iTest/bpel as an example. If you find issues or have questions, don't hesitate to ask. On Thu, May 1, 2008 at 9:01 PM, Ashwini Kumar Jeksani [EMAIL PROTECTED] wrote: Thanks mike. That was very useful information, I will