Hi,
Could you let me know what exactly happens when web service provider
receives request from the client (from system perspective, like threading and
all) ?
Also, how does the web service store the callback address of the web service
client so that asynchrony can be acheived (from system perspective) ?
Also, can we have message pattern where in client sends the callback address
to the web service provider and then using the callback address, web service
provider communicates with the client as and when required (even without any
further request from the client) ?
Regards,
Kaushal Mehta
Could you let me know what exactly happens when web service provider
receives request from the client (from system perspective, like threading and
all) ?
Also, how does the web service store the callback address of the web service
client so that asynchrony can be acheived (from system perspective) ?
Also, can we have message pattern where in client sends the callback address
to the web service provider and then using the callback address, web service
provider communicates with the client as and when required (even without any
further request from the client) ?
Regards,
Kaushal Mehta
Comment