1 / 13

Buenos Aires, Argentina 26 de agosto de 2004

Metodología Web Services adoptada en el Portal ScienTI para conectar servicios de consulta y de indicadores en los paises. Buenos Aires, Argentina 26 de agosto de 2004. Trabajo en red. Arquitectura de información del Portal ScienTI. c. Portal ScienTI sigue el modelo de la BVS.

Download Presentation

Buenos Aires, Argentina 26 de agosto de 2004

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Metodología Web Services adoptada en el Portal ScienTI para conectar servicios de consulta y de indicadores en los paises. Buenos Aires, Argentina 26 de agosto de 2004

  2. Trabajo en red

  3. Arquitectura de información del Portal ScienTI

  4. c • Portal ScienTI sigue el modelo de la BVS Red de interfaces Red de índices Red de fuentes de información

  5. Necesidades • Intercambio de información entre sistemas distintos • Patrón • Portabilidad • Flexibilidad • Extensible • Independencia de plataforma tecnológica • A través de la Internet Web Services XML & XSL

  6. Web Service Protocolo patrón de laWeb Una aplicación accesible a través de protocolos patrón en la web UDDI Universal Description, Discovery, and Integration • Directorio de Web Services en la Internet (o intranet) WSDL Web Services Description Language • Describe un Web Service SOAPSimple Object Access Protocol • Llama un Web Service XML, XSD & HTTP • Construido con patrones Web

  7. Un ejemplo práctico de Web Services

  8. Portal ScienTI y los Web Services Red de interfaces Red de índices Red de fuentes de información Cualquier interface (XSL) Web Services (XML) Cualquier fuente de información

  9. <?xml version = '1.0'?> <ROWSET> <ROW num="1"> <EMPNO>7369</EMPNO> <ENAME>SMITH</ENAME> <JOB>CLERK</JOB> <MGR>7902</MGR> <HIREDATE>12/17/1980 0:0:0</HIREDATE> <SAL>800</SAL> <DEPTNO>20</DEPTNO> </ROW> </ROWSET> <html>h <head> <title>Employees</title> </head> <body> <h1>Employees</h1> <table border="1"> <tr> <th>Empno</th> <th>Ename</th> <th>Deptno</th> </tr> <tr> <td>7369</td> <td>SMITH</td> <td>20</td> </tr> </table> </body> </html> XML <?xml version="1.0"?> <html xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0"> <head><title>Employees</title></head> <body> <h1>Employees</h1> <table border="1"> <tr> <th>Empno</th><th>Ename</th><th>Deptno</th> </tr> <tr> <td><xsl:value-of select="ROWSET/ROW/EMPNO"/></td> <td><xsl:value-of select="ROWSET/ROW/ENAME"/></td> <td><xsl:value-of select="ROWSET/ROW/DEPTNO"/></td> </tr> </table> </body> </html> HTML XSL • XML + XSL = la rede de interfaces PDF RTF TXT XML WML etc

  10. Ventajas • Arquitectura de información basada en servicios ofrecidos por las fuentes de información • Documentación siempre al día (WSDL y UDDI) • Fácil estadarización • Fácil integración • Las aplicaciones o soluciones inter-operan a través de los web services • Inter-operabilidad

  11. Portal ScienTI: ejemplo de búsquedas

  12. Lo que hay en las búsquedas . .

  13. Muchas gracias! murasaki@bireme.ops-oms.org

More Related