About: dbkwik:resource/E4wcmFJazL5_Hl9zOkqOaA==   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

AttributesValues
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)); } }
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software