lamy
Well-known member
im using a webservice to process things and return the result, now im planning to do this
- send request via webservice (from client side)
- return an acknowledgement (that i received the request) (to client side)
and breaks the connection
- process it (on server side)
- return the process result (to client side)
atm, i have these
- send request via webservice (from client side)
- process it (on server side) and return the result (to client side)
my question is, is there a way to push the process result via webservice or process something after i return an acknowledgement to client side?
- send request via webservice (from client side)
- return an acknowledgement (that i received the request) (to client side)
and breaks the connection
- process it (on server side)
- return the process result (to client side)
atm, i have these
- send request via webservice (from client side)
- process it (on server side) and return the result (to client side)
my question is, is there a way to push the process result via webservice or process something after i return an acknowledgement to client side?