language for creating a webservice client
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Hi A comming project in my work will be a program that will consume a web service.. the users will download the client or the consumer application.. using C# to create the client will be realatively an easy task..But the client should not make large downaloads so downloading the .NET Framwork is considered a big disadvantage as many clients use slow modems. Microsoft SOAP Toolkit 3.0 [^] can help making the webservice consumer and the redist[^]about 1.5MB. the question is : is sacrificing the ease of C# for size feasible in this case ? will using ATL make a very big increase in the project time ? I made more ATL projects than C# but this is the firtst time for me to call a web service from ATL. any suggestions / comments are welcome.