| Author |
Single-Request Multiple-Response
|
monnlq
Greenhorn
Joined: Oct 24, 2004
Posts: 7
|
|
Is this possible "Single-Request/Multiple-Response" Example: The client sent a Soap Request for update files, and receive these files in different response. Client Request -----> Happy Client <----- Response 1 File 1 Happy Client <----- Response 2 File 2
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
|
|
Web services operate with a request-response model where the client must submit a request for every response. If you want to return two separate files you could: return them as multiple attachements zip them together and return as a single attachement have the return provide FTP links to download the files separately ... probably lots of other options BIll
|
Java Resources at www.wbrogden.com
|
 |
monnlq
Greenhorn
Joined: Oct 24, 2004
Posts: 7
|
|
thank you
|
 |
 |
|
|
subject: Single-Request Multiple-Response
|
|
|