Calling further data from client

N

Nigel Findlater

Hallo,

I have an application that requires more than 1 round trip to the server. By this I mean

1. The client calls the Web Service sending some data
2. The Web service processes this data but requires further data from the client. So the web service calls the client.
3. The Web service does some further processing and returns the final result to the client.

Is step 2 possible in a Webservice

thanks...

Nigel...
 
J

Jan Tielens

No directly, you can't raise client side events with web services (yet?).

But you can create a workaround with 2 method calls:
MethodCallA(dataA)
'do stuff
MethodCallB(dataB)

--
Greetz,
Jan
________________________
Read my weblog: http://weblogs.asp.net/jan

Nigel Findlater said:
Hallo,

I have an application that requires more than 1 round trip to the server. By this I mean

1. The client calls the Web Service sending some data
2. The Web service processes this data but requires further data from the
client. So the web service calls the client.
 

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

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top