desplegar Mi lista: 0 cursos
Home Cursos Computación y telecomunicaciones Cursos Programación y análisis Cursos ASP Curso 2524 Developing XML Web Services Using Microsoft Asp.Net en Ciudad de México
Compueducación

2524 Developing XML Web Services Using Microsoft Asp.Net en Ciudad de México


Compueducación (México)

Curso - Presencial

Lugar

Ciudad de México

Duración

21 Horas

Requisitos

Están familiarizados con C# o Microsoft Visual Basic® .NET. Programación con C++, Java o Microsoft... ver más Visual Basic. Entender como escribir y leer doc.

Precio

consultar

Valoración  ¿qué es esto?
cerrar

emagister valora los cursos midiendo:

  • Las opiniones de los exalumnos verificados.
  • La nota media de todos los cursos del centro.
  • La descripción y los detalles del curso.
  • La rapidez en la respuesta del centro a los usuarios.
  • El número de inscritos a través de emagister.
Valoración 2524 Developing XML Web Services Using Microsoft Asp.Net en Ciudad de México Compueducación
  • opiniones de los exalumnos (0)
    opiniones 2524 Developing XML Web Services Using Microsoft Asp.Net en Ciudad de México Compueducación
  • calificación del centro
    valoración Compueducación
  • descripción del curso
    descripción Curso 2524 Developing XML Web Services Using Microsoft Asp.Net en Ciudad de México Compueducación

opinar


imágenes Compueducación
ver imágenes
Más cursos Tipo de Curso

Temática
Lugar
 

Más información

Contacta directamente y sin compromiso con
Compueducación
Debes de rellenar correctamente todos los datos de este formulario para que podamos enviarlo al centro educativo.
Hemos marcado en rojo aquellos datos incompletos y/o erróneos.
* Datos obligatorios
Al presionar 'Enviar solicitud / Ver Teléfono' te estás dando de alta y aceptando las reglas de uso de emagister.com.mx , y política de protección de datos y privacidad de Emagister.
Deseo recibir el boletín personalizado de cursos (duración máx. 15 días)
En breve un asesor de Compueducación se pondrá en contacto contigo para informarte.

¿quedan plazas?
¿cómo inscribirse?
¿más detalles?

Atención garantizada

El responsable del curso recibe de forma instantánea esta solicitud.

Respuesta:
:| :) ;)
Normal Rápida Muy rápida
 

Detalles de 2524 Developing XML Web Services Using Microsoft Asp.Net en Ciudad de México

Tipo Curso Duración 21 Horas
Método / lugar contactar con el responsable A domicilio / Presencial en Ciudad de México dónde
Certificado / Título Parte del MCAD
Alumnos por clase 10000
Prácticas N/A
Dirigido a This course is intended for experienced software developers who have previously built component-based applications.
Para qué te prepara El curso de enfoca en usar Microsoft Visual Studio® .NET y Microsoft ASP.NET para habilitar a los estudiantes para construir, implementar, localizar y consumir servicios Web.
Imágenes
Compueducación Compueducación Compueducación Compueducación Compueducación Compueducación
Requisitos
Están familiarizados con C# o Microsoft Visual Basic® .NET. Programación con C++, Java o Microsoft Visual Basic. Entender como escribir y leer doc.
Precio Consultar
con el centro
educativo
Promoción + Facilidades + Información sobre el precio
solicita aquí esta promoción

infórmate directamente de cómo matricularte, plazas disponibles ...

Cursos de ASP (de otros centros)

 
Atención garantizada
 
Microsoft Certified Technology Specialist (MCTS): .NET Framework 3.5 ASP .NET Application en México  4
Aplicaciones Totales en Línea. Atl
Distrito Federal - Precio: A Consultar
Atención garantizada
 
ASP en México  3
It Master
Distrito Federal - Precio: A Consultar
 
ASP .NET C# - A Distancia  4
Seas Estudios Superiores Abiertos Internacional
A Distancia - Precio: A Consultar  (Beca)
Atención garantizada
« compara los cursos seleccionados

Temario 2524 Developing XML Web Services Using Microsoft Asp.Net en Ciudad de México

2524 Developing XML Web Services Using Microsoft Asp.Net

Module 1: The Need for XML Web Services
This module provides students with an understanding of the problem space that Web services address. The module compares various approaches to implementing distributed applications. Because the Web services in this course are implemented by using Microsoft ASP.NET and the Microsoft .NET Framework, alternate options for implementing distributed applications by using the .NET Framework are discussed to better define what kinds of solutions Web services are appropriate for.
After completing this module, you will be able to explain how Web services emerged as a solution to the problems with traditional approaches to designing distributed applications.

This includes:
• Describing the evolution of distributed applications.
• Identifying the problems with traditional distributed application architectures and technologies.
• Describing Web services and briefly explaining how they address the design problems in traditional distributed applications.
• Listing the alternate options for distributed application development.
• Identifying the kinds of scenarios where Web services are an appropriate solution.

Module 2: XML Web Service Architectures
This module broadly describes the service-oriented architecture, which is a conceptual architecture. Then, the module explains the roles and how Web service architectures are a type of service-oriented architecture.
After completing this module, you will be able to describe the architecture of a Web services-based solution.

This includes:
• Identifying how Web service architectures are a type of service-oriented architecture.
• Describing the elements of a Web service architecture and explaining their roles.
• Describing the Web service programming model.

Module 3: The Underlying Technologies of XML Web Services
After completing this module, you will be able to describe the underlying technologies of Web services and explain how to use the .NET Framework to implement Web services by using these technologies.

This includes:
• Describing the structures of an HTTP request and response.
• Issuing HTTP POST and GET requests and processing the responses by using the .NET Framework.
• Describing data types by using the XML Schema Definition language (XSD).
• Explaining how to control the way a .NET Framework object is serialized to XML.
• Describing the structures of a Simple Object Access Protocol (SOAP) request and response.
• Issuing a SOAP request and processing the response by using the .NET Framework.

Module 4: Consuming XML Web Services
After completing this module, you will be able to implement a Web service consumer by using Visual Studio .NET.

This includes:
• Explaining the structure of a Web Service Description Language (WSDL) document.
• Explaining the Web services discovery process.
• Locating service contracts by using Disco.exe.
• Generating Web service proxies by using Wsdl.exe.
• Implementing a Web service consumer by using Visual Studio .NET.
• Invoking a Web service synchronously and asynchronously by using a Web service proxy.

Module 5: Implementing a Simple XML Web Service
This module provides students with the skills that are required to implement and debug a Web service by using Visual Studio .NET.

This includes:
• Creating a Web service project.
• Implementing Web service methods, exposing them, and controlling their behavior.
• Managing state in an ASP.NET-based Web service.
• Debugging Web services.

Module 6: Publishing and Deploying XML Web Services
This module teaches students how to deploy and publish Web services and locate Web services by using the Microsoft Universal Description, Discovery, and Integration (UDDI) software development kit (SDK). A local development UDDI registry is used in the demonstrations for this module, but the mechanics of publishing and finding Web services is no different on the public UDDI registry nodes.
After completing this module, you will be able to publish and deploy a Web service.

This includes:
• Explaining the role of UDDI in Web services.
• Publishing a Web service in a UDDI registry by using the UDDI SDK.
• Searching a UDDI registry to locate Web services by using the UDDI SDK.
• Explaining the various options for publishing a Web service on an intranet.
• Explaining some of the options for modifying the default configuration of a Web service.

Module 7: Securing XML Web Services
This module teaches students how to use the security services of the Microsoft Windows operating system, Microsoft Internet Information Services (IIS), and the.NET Framework and common language runtime to secure Web services.
After completing this module, you will be able to secure a Web service.

This includes:
• Identifying the differences between authentication and authorization.
• Explaining how to use the security mechanisms that Microsoft Internet Information Services (IIS) and Windows provide for authentication.
• Using SOAP headers for authentication in a Web service.
• Using role-based security and code access security for authorization in a Web service.
• Encrypting the communication between a Web service consumer and a Web service.

Module 8: Designing XML Web Services
This module teaches students which design issues to consider when designing real-world Web services. The issues discussed are related to data type constraints, performance, reliability, versioning, deployment in Internet Service Provider (ISP) and Application Service Provider (ASP) scenarios, and aggregating Web services. The module also discusses HTML screen scraping as a pseudo Web service.
After completing this module, you will be able to evaluate the trade-offs and issues that are involved in designing a real-world Web service.

This includes:
• Identifying the restrictions that are imposed on data types by the various Web services protocols.
• Explaining how the use of Application and Session state can affect the performance and scaling of Web services.
• Explaining how to use output and data caching to improve Web service performance.
• Implementing caching in a Web service.
• Explaining how asynchronous Web service methods can improve performance.
• Explaining the need for instrumenting Web services.
• Identifying the components of a Web service that can be versioned.
• Explaining how to implement a virtual Web service by using screen scraping.
• Implementing a Web service that uses multiple Web services.
• Identifying the trade-offs in the techniques that are used for exposing aggregated Web services.

Module 9: Global XML Web Services Architecture
This module teaches students how to use the security services of the Microsoft Windows operating system, IIS, and the .NET Framework and common language runtime to secure Web services.

After completing this module, you will be able to:
• Describe limitations inherent to the specifications with which today’s Web services are built.
• Describe the design principles and specifications of Global XML Web services Architecture (GXA).
• Describe Web service application scenarios made possible by Web Services Routing Protocol (WS-Routing) and Web Services Referral Protocol (WS-Referral).
• Explain how to use Web Services Security Language (WS-Security) and Web Services License Language (WS-License) to perform authentication and authorization for Web services.
• Design Web services that anticipate and can leverage the features that GXA will offer when released.

ver todo el temario

consulta

más detalles del temario directamente a Compueducación.

Pedir información gratuitamente

infórmate directamente de cómo matricularte, plazas disponibles ...

 

Instalaciones y fechas



Dónde Ciudad de México, Plaza Polanco, Jaime Balmes No. 11, Edificio B Piso 7, Col. Los Morales Polanco
Cuándo Inicio: consultar al centro educativo
 

infórmate directamente de cómo matricularte, plazas disponibles ...

 

Valoración y opiniones de los exalumnos

 
Valoración de emagister Valoración 2524 Developing XML Web Services Using Microsoft Asp.Net Compueducación
  • opiniones de los exalumnos (0) comentarios 2524 Developing XML Web Services Using Microsoft Asp.Net Compueducación
  • calificación del centro opinión Compueducación
  • descripción del curso descripción Curso 2524 Developing XML Web Services Using Microsoft Asp.Net Compueducación
Valoración de exalumnos (0 opiniones)
  • profesores
     
  • temario
     
  • instalaciones
     
  • atención al usuario
     
  • material didáctico
     

emagister valora los cursos midiendo:

  • Las opiniones de los exalumnos verificados.
  • La nota media de todos los cursos del centro.
  • La descripción y los detalles del curso.
  • La rapidez en la respuesta del centro a los usuarios.
  • El número de inscritos a través de emagister.

¿Has hecho este curso?

 

Sobre Compueducación

Descripción del centro
CompuEducación es una empresa dedicada a proveer soluciones de desarrollo de capital intelectual, bajo el modelo de competencias y habilidades. Como compañía hemos construido a través de 16 años la capacidad de transmitir, en forma sistémica, conocimientos relacionados con el proceso de negocio de nuestros clientes y la relación que tienen con las tecnologías de la información. Somos Centro Autorizado Microsoft, Oracle, Red Hat, SAP y SUN
Ventajas de estudiar en Compueducación
Asistir a un Centro de Entrenamiento autorizado por los principales fabricantes de software y/o hardware, es la mejor forma de dominar nuevas habilidades. Los estudiantes aprenden de instructores expertos, participan en ejercicios prácticos y pueden comentar sus enfoques y soluciones. Los instructores de CompuEducación al estar certificados por los fabricantes, ofrecen un gran valor al compartir su experiencia del mundo real con los estudiantes.
Breve Historia del centro
Desde 1991, CompuEducación una empresa orgullosamente mexicana, proporcionamos servicios de capacitación en informática y áreas afines. Nuestra calidad y profesionalismo nos ha permitido ubicarnos como uno de los principales capacitadores en el país, capacitando alrededor de 15,000 personas por año.   Misión Satisfacer las necesidades de capacitación de nuestros clientes a través de programas de entrenamiento.   Visión Superar las expectativas de nuestros clientes.
Centro especializado en
Microsoft Oracle Red Hat HP SUN SAP

Todos los cursos

de Compueducación en emagister.

Ver lista de cursos

infórmate directamente de cómo matricularte, plazas disponibles ...

 

Páginas internacionales: España  |  Italia  |  Francia  |  México  |  Alemania  |  Reino Unido  |  Argentina |  Chile |  Colombia |  USA    Y próximamente: India

Palabras relacionadas con los cursos que estás viendo: cursos programacion cursos de distrito federal curso de ortografia uso b v c s z g j curso de lenguajes programacion curso de federal cursos web cursos de programacion orientada objetos cursos de lenguaje programacion cursos distrito curso introduccion programacion

emagister cumple la Ley Orgánica 15/1999 de 13 de diciembre, de Protección de datos de Carácter Personal, y posee el código de inscripción nº 2002010053 del Registro General de la Agencia de Protección de Datos. Copyright © 1999/2000 - Grupo Intercom - Todos los derechos