I\'ve created one web service which is of asmx type. And I\'m using my web service in the .net windows application.
Web method from the web service receives byte array
you can do this in different ways:
see here for more details on the second case:
http://msdn.microsoft.com/en-us/library/ff647786.aspx#scalenetchapt10_topic14
and here for details on the last case:
How to increase the timeout to a web service request?