Attributes | Values |
---|
rdfs:label
| - Manual Imprescindible XML/CapĂtulo 15: SOAP
|
rdfs:comment
| - El siguiente es un sencillo ejemplo de empleo de SOAP para acceder al API de Google: using System; class MainClass { public static void Main(string[] args) { GoogleSearchService s = new GoogleSearchService(); GoogleSearchResult r = s.doGoogleSearch( "9okMG5xQFHJb9S3Ge06CLvqAyAKQBuT/", "Anaya Multimedia", 0, 1, false, "", false, "", "", ""); int estResults = r.estimatedTotalResultsCount; Console.WriteLine(Convert.ToString(estResults)); } }
|
dcterms:subject
| |
abstract
| - El siguiente es un sencillo ejemplo de empleo de SOAP para acceder al API de Google: using System; class MainClass { public static void Main(string[] args) { GoogleSearchService s = new GoogleSearchService(); GoogleSearchResult r = s.doGoogleSearch( "9okMG5xQFHJb9S3Ge06CLvqAyAKQBuT/", "Anaya Multimedia", 0, 1, false, "", false, "", "", ""); int estResults = r.estimatedTotalResultsCount; Console.WriteLine(Convert.ToString(estResults)); } }
|