Звезды и С - Главная Тел: +7 495 363 36 86
e-mail: info@stars-s.ru
Москва, Ленинградский пр-кт, д. 5, стр. 2
План проезда
ВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХ

-->

Курс M2524: Разработка XML Web-сервисов с использованием Microsoft® ASP.NET

Цена для физических лиц, р.:
Цена для юридических лиц, р.:
Продолжительность курса (дней): 4

Даты (день): 24.02.2003, 12.05.2003, 07.07.2003, 08.09.2003, 29.10.2003, 24.12.2003, 03.03.2004, 28.04.2004, 09.06.2004, 28.07.2004, 06.10.2004, 24.11.2004, 26.01.2005, 23.03.2005, 25.05.2005, 27.07.2005, 03.10.2005, 28.11.2005, 23.01.2006, 20.03.2006, 15.05.2006, 24.07.2006, 18.09.2006, 13.11.2006, 05.02.2007, 09.04.2007, 04.06.2007, 30.07.2007, 01.10.2007, 19.11.2007, 11.02.2008, 17.11.2008

Даты (вечер): 24.02.2003, 12.05.2003, 07.07.2003, 08.09.2003, 29.10.2003, 24.12.2003, 03.03.2004, 28.04.2004, 09.06.2004, 28.07.2004, 06.10.2004, 24.11.2004, 26.01.2005, 23.03.2005, 25.05.2005, 27.07.2005, 03.10.2005, 28.11.2005, 23.01.2006, 20.03.2006, 15.05.2006, 24.07.2006, 18.09.2006, 13.11.2006, 05.02.2007, 09.04.2007, 04.06.2007, 30.07.2007, 01.10.2007, 19.11.2007, 11.02.2008, 14.04.2008

Курс готовит к тестам: 70-310, 70-320

Цель: Получить знания и навыки, необходимые для разработки XML Web Services для решения несложных задач в среде распределённых приложений. Вы получите практические навыки использования Web-сервисов при решении общих проблем в распределённых приложениях. Успешно окончив данный курс, Вы сможете определить место, построить, развернуть и поддерживать Web-сервисы.

Необходимая подготовка:

Предварительный тест:

Результат:

План курса:

  • Необходимость использования XML Web Services
  • Структуры XML Web Service
  • Основные технологии XML Web Services
  • Использование XML Web Services
  • Внедрение простого XML Web Service
  • Публикация и использование XML Web Services
  • Защита XML Web Services
  • Проектирование XML Web Services
  • Глобальная структура XML Web Services

Module 1: The Need for XML Web Services

The following topics are covered in this module:

Lessons

Evolution of Distributed Applications . Problems with Traditional Distributed Applications . Introducing XML Web Services . The Web Technology Stack and .NET . The .NET Alternatives to XML Web Services . Common XML Web Service Scenarios .

After completing this module, you will be able to explain how XML 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 XML 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 XML Web services are an appropriate solution.

Module 2: XML Web Service Architectures

The following topics are covered in this module:

Lessons

Service-Oriented Architecture . XML Web Service Architectures and Service-Oriented Architecture . Roles in an XML Web Services Architecture . The XML Web Services Programming Model .

After completing this module, you will be able to describe the architecture of an XML Web services-based solution. This includes:

Identifying how XML Web service architectures are a type of service-oriented architecture. Describing the elements of an XML Web service architecture and explaining their roles. Describing the XML Web service programming model.

Module 3: The Underlying Technologies of XML Web Services

The following topics are covered in this module:

Lessons

HTTP Fundamentals . Using HTTP with the .NET Framework . XML Essentials . XML Serialization in the .NET Framework . SOAP Fundamentals . Using SOAP with the .NET Framework .

After completing this module, you will be able to describe the underlying technologies of XML Web services and explain how to use the .NET Framework to implement XML Web services by using these technologies. This includes:

Describing the structures of a Hypertext Transfer Protocol (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

The following topics are covered in this module:

Lessons

WSDL Documents . XML Web Service Discovery . XML Web Service Proxies . Implementing an XML Web Service Consumer Using Visual Studio .NET .

After completing this module, you will be able to implement an XML Web service consumer by using Visual Studio .NET. This includes:

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

Module 5: Implementing a Simple XML Web Service

The following topics are covered in this module:

Lessons

Creating an XML Web Service Project . Implementing XML Web Service Methods . Managing State in an ASP.NET XML Web Service . Debugging XML Web Services .

After completing this module, you will be able to implement a simple XML Web service by using Visual Studio .NET. This includes:

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

Module 6: Publishing and Deploying XML Web Services

The following topics are covered in this module:

Lessons

Overview of UDDI . Publishing an XML Web Service . Finding an XML Web Service . Publishing an XML Web Service on an Intranet . Configuring an XML Web Service .

After completing this module, you will be able to publish and deploy an XML Web service. This includes:

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

Module 7: Securing XML Web Services

The following topics are covered in this module:

Lessons

Overview of Security . Built-In Authentication . Custom Authentication: SOAP Headers . Authorization: Role-Based Security . Authorization: Code Access Security . Encryption .

After completing this module, you will be able to secure an XML 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 an XML Web service. Using role-based security and code access security for authorization in an XML Web service. Encrypting the communication between an XML Web service consumer and an XML Web service.

Module 8: Designing XML Web Services

The following topics are covered in this module:

Lessons

Datatype Constraints . Performance . Reliability . Versioning . HTML Screen Scraping XML Web Services . Aggregating XML Web Services .

After completing this module, you will be able to evaluate the trade-offs and issues that are involved in designing a real-world XML Web service. This includes:

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

Module 9: Global XML Web Services Architecture

The following topics are covered in this module:

Lessons

Introduction to GXA . Routing and Referral . Security and Licensing .

After completing this module, you will be able to:

Describe limitations inherent to the specifications with which today's XML Web services are built. Describe the design principles and specifications of Global XML Web services Architecture (GXA). Describe XML 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 XML Web services. Design XML Web services that anticipate and can leverage the features that GXA will offer when released.


  О нас|ASTRA LINUX|KASPERSKY|CITRIX|MICROSOFT|POSTGRES|CISCO|≡ Вендоры|Поиск

   Тел: +74953633686 email: info@stars-s.ru

   125040, Москва, Ленинградский проспект, д. 5, стр. 2, под. 5, офис "Звезды и С"

  © Учебный центр "Звезды и С", 1991-2022, Оферта