Is there any way to download attachment from a web service without using WSE in C#?
+1
A:
If you mean download a file, you can return byte[]
from your web method
David Kemp
2008-10-17 23:27:47