Site Sections => About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

Microsoft Course 2524 - Developing XML Web Services Using Microsoft ASP.NET — A 3-Day Course

Course Synopsis

The goal of this course is to provide students with the knowledge and skills that are required to develop Extensible Markup Language (XML) Web services-based solutions to solve common problems in the distributed application domain. The course focuses on using Microsoft Visual Studio .NET and Microsoft ASP.NET to enable students to build, deploy, locate, and consume Web services.

Course Objectives

On completion of this course, delegates will be able to:

  • Explain how Web services solve problems encountered with traditional approaches to designing distributed applications.
  • Describe the architecture of a Web services-based solution.
  • Describe the underlying technologies of Web services and explain how to use the Microsoft .NET Framework to implement them.
  • Implement a Web service consumer by using Visual Studio .NET.
  • Implement a simple Web service by using Visual Studio .NET.
  • Publish and deploy a Web service.
  • Secure a Web service.
  • Implement caching in a Web service.
  • Evaluate the trade-offs and issues that are involved in designing a real-world Web service.
  • Implement nonstandard Web services such as Hypertext Markup Language (HTML) screen scraping and aggregating Web services.

Intended Audience

This course is intended for experienced software developers who have previously built component-based applications.

Course Prerequisites

Before attending this course, students must meet the following prerequisites:

  • Familiarity with C# or Microsoft Visual Basic .NET.
  • Programming in C++, Java, or Microsoft Visual Basic.
  • An understanding of how to read and write XML documents.
  • Experimented with simple C# applications.
  • Developed distributed applications by using Visual Basic, Java, or C++.

Microsoft Certified Professional Exams

This course will help the student prepare for the following Microsoft Certified Professional exams:

  • Exam 70-310: Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and the Microsoft .NET Framework
  • Exam 70-320: Developing XML Web Services and Server Components with Microsoft Visual C# .NET and the Microsoft .NET Framework

Course Materials

The student kit includes a comprehensive workbook and other necessary materials for this class.

Publicly scheduled dates, locations, and prices

Central London — £595 (+VAT)

  • 14–16 Jul 2008
  • 15–17 Dec 2008
  • 15–17 Jun 2009

Outline Course Contents

The Need for XML Web Services

Take a closer look: Download Sample Module 1 (Portable Document Format, 707 KB).

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.

  • 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.

XML Web Service Architectures

Take a closer look: Download Sample Module 2 (Portable Document Format, 676 KB).

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.

  • 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.

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.

  • 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.

Consuming XML Web Services

After completing this module, you will be able to implement a Web service consumer by using Visual Studio .NET.

  • 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.

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.

  • 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.

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.

  • 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.

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.

  • 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.

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.

  • 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.

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.

  • 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.

.NET training UK enquiries

UK Training enquiries and feedback form.

.NET training UK prices

For publicly scheduled training (individual places), see our UK training schedule.

In-house training for company groups is charged at a daily rate per group — see our In-House UK Training Guidelines.

Publicly Scheduled Training Locations

We currently run public training courses in the following locations:

  • London, UK
  • Leeds, West Yorkshire, UK
  • Birmingham, West Midlands, UK
  • Carshalton, Surrey, UK
  • Chester, North West, UK
  • Coventry, West Midlands, UK
  • Edinburgh, Scotland, UK
  • Glasgow, Scotland, UK
  • Harwell, Oxfordshire, UK
  • Manchester, North West, UK
  • Milton Keynes, Buckinghamshire, UK
  • Newark, Nottinghamshire, UK
  • Reading, Berkshire, UK
  • Slough, Berkshire, UK
  • Stevenage, Hertfordshire, UK
  • Wakefield, West Yorkshire, UK
  • Wokingham, Berkshire, UK

Most UK public training courses are available on a monthly basis.

Please see the individual course outlines or our public training schedule for details.

In-house (on-site) training locations

We deliver in-house courses at client premises and/or training facilities in any part of the world which is practically and commercially accessible.

Our In-house training guidelines outline our basic requirements and our UK pricing structure. To estimate costs for training in other countries, simply convert to your local currency and then make a rough calculation of our tutor's costs for travelling to and staying at your location.


West Yorkshire Office

GBdirect Ltd
Training Division
Bradford Design Exchange
34 Peckover Street
BRADFORD
BD1 5BD
West Yorkshire
United Kingdom

training@gbdirect.co.uk

Training: 0800 651 0338
General: +44 (0)870 200 7273
Finance: +44 (0)1353 615 174

Please call between 0900 and 1700 (UK time) on Monday to Friday


South East Regional Office

GBdirect Ltd
Training Division
18 Lynn Rd
ELY
CB6 1DA
Cambridgeshire
United Kingdom

training@gbdirect.co.uk

Training: 0800 651 0338
General: +44 (0)870 200 7273
Finance: +44 (0)1353 615 174

Please call between 0900 and 1700 (UK time) on Monday to Friday


Please note:
Non-training enquiries should be directed, initially, to our UK national office in Bradford (West Yorkshire), even if the enquiry concerns services delivered in London or South/East England. Clients in London and the South East will typically be handled by staff working in the London or Cambridge areas.