Générer GoogleSearchService.dll à partir de GoogleSearch.wsdl
2005-12-14 #.net#code-snippets
Pour générer la source C#, taper :
wsdl GoogleSearch.wsdl
Cele crée un fichier GoogleSearchService.cs, à compiler par :
csc /target:library GoogleSearchService.cs
Ou pour Mono par :
mcs /target:library GoogleSearchService.cs
Ce qui produit l'assembly : GoogleSearchService.dll