Re: tuscany asynchronous web service call

2007-04-26 Thread muhwas
i think there is already a JIRA issue open for this Key: TUSCANY-1208 URL: https://issues.apache.org/jira/browse/TUSCANY-1208 Project: Tuscany Issue Type: Bug Components: Java SCA Axis Binding Reporter: Lou Amodeo

Re: tuscany asynchronous web service call

2007-04-24 Thread Jean-Sebastien Delfino
Comments inline. muhwas wrote: I thought Callback is actually asynchronous method call. because client call the method and then continue and then server does some processing then using the callback interface notify client that processing is complete. It really depends on what you mean by

Re: tuscany asynchronous web service call

2007-04-23 Thread Jean-Sebastien Delfino
muhwas wrote: Hi guys, I have a quick question. If i put a @Callback(CallBackInterface.class) on my bussiness interface then all method in that interface has to be asynchronous or i can use synchronous method too? thanks, muhwas

Re: tuscany asynchronous web service call

2007-04-23 Thread muhwas
I thought Callback is actually asynchronous method call. because client call the method and then continue and then server does some processing then using the callback interface notify client that processing is complete. I am having problem when i include both callback and synchronous method in the

tuscany asynchronous web service call

2007-04-11 Thread muhwas
Hi guys, I have a quick question. If i put a @Callback(CallBackInterface.class) on my bussiness interface then all method in that interface has to be asynchronous or i can use synchronous method too? thanks, muhwas - To