Generic Lists Proxy Generation from an ASMX web service
Posted
by Ismail S
on Stack Overflow
See other posts from Stack Overflow
or by Ismail S
Published on 2010-04-19T09:54:46Z
Indexed on
2010/04/19
10:03 UTC
Read the original article
Hit count: 326
This is the web service
https://secure.kashflow.co.uk/api/service.asmx
Now I want to generate a proxy. But it should use Generic List (List) instead of arrays(T[]).
I'm using C# and .NET 3.5
Thanks in advance.
© Stack Overflow or respective owner