<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog Grupo Método &#187; servicios web</title>
	<atom:link href="https://blog.metodogrupo.com/etiqueta/servicios-web/feed/?lang=en" rel="self" type="application/rss+xml" />
	<link>https://blog.metodogrupo.com?lang=en</link>
	<description>En el Blog del Grupo Método encontrarás artículos sobre formación, los cursos gratuitos del INEM (SEPE) que impartimos, tecnología, proyectos sociales...</description>
	<lastBuildDate>Tue, 16 Nov 2021 16:31:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Entendiendo Web Services</title>
		<link>https://blog.metodogrupo.com/entendiendo-web-services/?lang=en</link>
		<comments>https://blog.metodogrupo.com/entendiendo-web-services/?lang=en#comments</comments>
		<pubDate>Tue, 20 Sep 2016 10:09:37 +0000</pubDate>
		<dc:creator><![CDATA[Ramiro Moreno Barcia]]></dc:creator>
				<category><![CDATA[Artículos de opinión]]></category>
		<category><![CDATA[Formación]]></category>
		<category><![CDATA[cursos gratuitos]]></category>
		<category><![CDATA[SERVEF courses]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[SERVEF]]></category>
		<category><![CDATA[servicios web]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">https://blog.metodogrupo.com/?p=3993-en</guid>
		<description><![CDATA[<p>El pasado 23 August were fulfilled 25 anniversary of the birth of the World Wide Web, whose father is Tim Berners-Lee. Software engineer at CERN, he realized the difficulty scientists have in sharing information through a common medium, the data were distributed in</p>
<p>El post <a rel="nofollow" href="https://blog.metodogrupo.com/entendiendo-web-services/">Entendiendo Web Services</a> se publicó antes en <a rel="nofollow" href="https://blog.metodogrupo.com">Blog Grupo Método</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>El pasado 23 August were fulfilled <a href="http://www.expansion.com/economia-digital/2016/08/23/57bc322d468aebe33f8b4636.html" target="_blank">25 anniversary of the birth of the World Wide Web</a>, whose father is Tim Berners-Lee. Software engineer at CERN, he realized the difficulty scientists have in sharing information through a common medium, the data were scattered on different computers, so to access them, I had to go computer to computer, and so he began work on the project that would become the first web known. He developed a distributed hypertext system and the three key technologies WWW: <strong>HTML language</strong>, las <strong>URLs</strong> y el <strong>Hypertext Transfer Protocol</strong> enabling transfer of information. Vinton Cerf, developer communication protocol TCP / IP, hizo el resto.</p>
<p>El <strong>20 de diciembre de 1990</strong> Tim he published <strong>the first website in history</strong>, still it retains the original content of the first web of public access, and you can access it through <a href="http://info.cern.ch/hypertext/WWW/TheProject.html" target="_blank">este enlace</a>. related Web with your own project, where the basic features of the web describing; extremely simple page in composition, plain text, cuya navegación se realizaba a través de hipervínculos.</p>
<h2>Evolución de la web</h2>
<p>After 25 años, the web still evolving. Today not conceive the world without its existence. It has changed the way we relate, work, to see the world through a decentralized space, universal.</p>
<p>This evolution is reflected in the <strong>Web Services (web services)</strong>. At birth the websites were static, extremely simple, it took some years to add items such as pictures, money, partly because the connections were very slow. Today the contents of the web pages are dynamic (different technologies: scripts, PHP, .NET, Java, Flash…), with aggregation of features that did not exist, customizing the website according to the device type, audience it is aimed, etc.</p>
<p>Web Services could be considered an <strong>evolution of distributed systems</strong>, a set of computers, which are physically separated interconnected, and sharing a vision been offering a single system. A Web Service can be defined as a program that is called from another program via the web using open protocols, It is a method of <strong>communication between two devices through the Web</strong>, and facilitates data sharing across a network. Web services allow different software applications developed in different programming languages, and executed on any platform, To use web services to exchange data in networks, as Internet; esta interoperabilidad entre aplicaciones se consigue gracias a la utilización de estándares abiertos.</p>
<div class="vw-infobox"><div class="vw-infobox-inner"><h3 class="vw-infobox-title"><span>exchanging data</span></h3><div class="vw-infobox-content">Direct connections between databases and clients who need the data is not normally possible, due to security, compatibility problems, etc. There the Web Services appear to the rescue, to solve the problem, ya que hacen fácil el intercambio de datos a través de la red.</div></div></div>
<h3>Componentes de los Web Services</h3>
<p>La <strong>architecture</strong> de los Web Services se basa en:</p>
<ul>
<li>Registro del servicio.</li>
<li>Proveedor del servicio.</li>
<li>Solicitante del servicio.</li>
</ul>
<p>We distinguish several <strong>components</strong> on Web Services:</p>
<ul>
<li><strong>XML (eXtensible Markup Language)</strong>: Un mecanismo uniforme de representación e intercambio de datos.</li>
<li><strong>SOAP (Simple Object Access</strong> <strong>Protocol)</strong>: Un estándar de comunicación.</li>
<li><strong>UDDI (Universal Description, Discovery and Integration specification)</strong>: un mecanismo para registrar y localizar una aplicación Web Service.</li>
<li><strong>WSDL (Web Services Description Language):</strong> un metalenguaje estándar para describir los servicios ofrecidos.</li>
</ul>
<p>employ <strong>HTTP as the transport protocol</strong> and most firewalls allow access through port 80, facilitando la colaboración.</p>
<h3>Web services, un ejemplo práctico</h3>
<p>Un <strong>object lesson</strong> Web Service would be a <strong>flight search </strong>(<a href="https://www.skyscanner.es/" target="_blank">skyscanner</a>, <a href="http://www.edreams.es/" target="_blank">edreams</a>…), when searching (SOAP request) the search will locate (UDDI)  and will communicate with the various Web Services of airlines and will extract data (bases de datos), devolviéndonos (SOAP response) the results of the consultation legibly (XML). We can <strong>access databases</strong> <strong>of different airlines regardless of the technology to implement (PHP, JAVA…)</strong>, el usuario puede obtener un resultado de la información proveniente de distintos sitios.</p>
<h3>Ventajas de los Web Services</h3>
<p>Certainly the Web Services provide <strong>advantage</strong> and they have great potential and acceptance for different reasons:</p>
<ul>
<li>They are based on <strong>standards</strong> que tienen un amplio apoyo de la industria.</li>
<li>employ <strong>simple technologies</strong> existing and proven (HTTP, XML).</li>
<li>They manage <strong>interoperatividad</strong> entre sistemas que difieren en software y hardware.</li>
<li>Son <strong>easy to implement</strong> y <strong>They are not expensive</strong>, because existing infrastructure is used. Typically deployed on a web server, como las páginas web ordinarias.</li>
</ul>
<hr />
<p><em>Un Web Service es la manera más actualizada y segura de intercambio de datos entre sistemas</em><br /><a href='https://twitter.com/share?text=Un+Web+Service+es+la+manera+m%C3%A1s+actualizada+y+segura+de+intercambio+de+datos+entre+sistemas&#038;url=https://blog.metodogrupo.com/entendiendo-web-services/' target='_blank'>Click To Tweet</a></p>
<hr />
<p><strong>Did you like this article and would like to know more about web services?</strong> Inscríbete en el <a href="http://www.metodogrupo.com/es/curso/web-services-comunidad-valenciana-123" target="_blank">curso online gratuito de Web Services</a>, que vamos a impartir para trabajadores en activo (por cuenta ajena o autónomos) of the <strong>Comunidad Valenciana</strong>.</p>
<p><a href="http://www.metodogrupo.com/es/curso/web-services-comunidad-valenciana-123" target="_blank"><img class="  wp-image-3998 aligncenter" src="https://blog.metodogrupo.com/wp-content/uploads/2016/09/web_services.jpg" alt="Web services, curso online gratuito" width="551" height="413" /></a></p>
<p>El post <a rel="nofollow" href="https://blog.metodogrupo.com/entendiendo-web-services/">Entendiendo Web Services</a> se publicó antes en <a rel="nofollow" href="https://blog.metodogrupo.com">Blog Grupo Método</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.metodogrupo.com/entendiendo-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
