Re: sending a message from client to server

2007-09-25 Thread Deepal jayasinghe
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;i10;i++){

sending a message from client to server

2007-09-24 Thread topcoder1
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;i10;i++){ Thread.sleep(1000); setProgress(0.1*i); //signal the client