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]
