Hi,
I have two asp.net applications on different networks.
One application has to call some operation/method on the other application
and pass two large files as parameters:
One file is huge xml file, the second file is big pdf file (dozens of MB).
How would you implement this?
If i will use Web Service, can i define method/operation with two
file parameters? Is there reliable mechanism for sending huge files?
Any idea or reference will be appreciated.
Dhanraj K.S - 29 Dec 2006 14:38 GMT
Hello,
You can use Webservice Enhancements 2.0 / 3.0 which supports DIME /
Attachments, i.e you send attachments via webservices.
For this you need to download and install Webservice Enhancement Tool Kit.
http://msdn.microsoft.com/webservices/webservices/building/wse/default.aspx
Thanks
Dhanraj
> Hi,
> I have two asp.net applications on different networks.
[quoted text clipped - 6 lines]
> file parameters? Is there reliable mechanism for sending huge files?
> Any idea or reference will be appreciated.