two phase web method calls

H

hharry

hello all,

i have a web service method which queries a database and returns the
query result in an xml string.

is it possible to implement a two-phase web service which returns an
immediate confirmation response, and then the results ?

i am looking at asynchronous web methods and msmq at the moment, but
any pointers appreciated..

thanks in advance
 
S

simida

Hi,
Maybe asynchronous method invoking will help you. You can invoke
webservice method by using asynichronous mode. Add set CALLBACK method
to wait for query operatioin. you can receive xml string when operation
completed.

Hope it works.

Sincerely,
simida
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top