Have a look at the followings

http://wso2.org/library/103
http://wso2.org/node/406

Thanks
Deepal
> in Axis2 how do I send a message from server to client? not an error
> or the result of the method call. for example:
>       public void startProcess(){
>               for(int i=0;i<10;i++){
>                       Thread.sleep(1000);
>                       setProgress(0.1*i); //signal the client that it's 0.1*i 
> done. how
> can this translate to a message?
>               }
>       }
>
> thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to