views:

282

answers:

2

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
A: 

What if the web-service is third party

Ramesh Soni