| Author: Ramesh S 15 Jun 2009 | Member Level: Gold | Rating:  Points: 2 |
You can tranfer a file between two asp.net web services using System.IO.Stream. But the web services should run under some NT accounts which should have access to the folders in both servers.
Thanks & Regards Ramesh. S My Articles & Resources at DNS
|
| Author: Ramshankar 16 Jun 2009 | Member Level: Silver | Rating:  Points: 2 |
Yes u can transfer the files accross the web services. first webservice respose should be second webservice request. config youre response and request port like below
Webservice1 - Request WebService2 - Request (webservice1 Response)
|