Building Web Services Using Visual C# 2005
with Barry Solomon
Course Description: In this course, you will build a solid foundation for the development of Web Services using Visual C# 2005 and gain an understanding of how commonly used protocols can impact your development effort. You will learn how to create and consume ASP.NET Web Services, work with XML serialization, and understand discovery and UDDI. You will also learn how current and evolving standards, such as Web Service Enhancements (WSE) 3.0 and Message Transmission Optimization Mechanism (MTOM), can be integrated in Web Service development. Discover how to secure your Web Services using different technologies like X.509 certificates and Kerberos. Learn how to increase reliability of your XML messages by locating bottlenecks and invoking delivery verification.
10+ hours of media runtime
Intro to Web Services
- Overview: Web Services
- Web Service Technologies
- XML Data Representation
- SOAP
- Pub / Discovery Standards
- Put it all Together
- Web Service Design
- Use VS to Create WS
- Demo: Create a WS
- Web Methods
- Test the WS
- WSDL Files
- Web Service Namespace
- Simple WS Example
- Demo: Test the WS
- View the WSDL File
- Test the Web Method
- View the SOAP Packets
Web Service Example
- WS Example Details
- Test the WS
- Investigate the WSDL
- Test Web Methods
- Web Service Clients
- Web Reference
- Files VS Adds to WS
- Invoke the WS
- Demo: Add a Reference
- View the .disco File
- View the .wsdl File
- View the .discomap File
- Client App Code
- Test the Client
- UDDI
- Demo: Use a Public WS
- Invoke Web Method Code
Creating Async Web Services
- The Need for Async WS
- One-Way Methods
- Async Web Methods
- Demo: Async Methods
- Call Web Methods Async.
- Callback Methods
- Demo: Calling WS Async
Async Calls u/WaitHandles
- Overview
- Demo: Async Processing
- Async Calls u/Polling
- Demo: Calls u/Polling
XML Serialization
- Overview: Serialization
- Demo: Serialize a Class
- View a Serialized File
- Work with XML Serialization
- Serialize an Object
- Deserialize an Object
- More Complex Data
- View Other Classes
- xmlArrayAttribute
- xlAttributeAttribute
- Inheritance/Serialization
- Demo: More Complex Data
- WS Custom Serialization
- Demo: Custom Serialization
SOAP Formatting
- Overview: SOAP Formatting
- Basic SOAP Manipulation
- SOAPAction Attribute
- SOAP Encryption
- X509 Certificates
- Security Tokens
- Kerberos Tickets
- Custom Security
- Context Token Prog.
- Namespaces/Binding
- WebServicesBinding Attrib
SOAP Serialization
- Using Attributes
- Simple Web Method
- Demo: Sample WS
- Configuration Files
- Add/Remove Protocols
Implement WSE Security
- Overview WSE3.0
- Demo: Install WSE3.0
- Examine WSE3.0
- WSE3.0 Tool
- WSE3.0 Security
- Demo: WSE3.0 Tool
- WSE Security Wizard
- View web.config file
- View New Policy File
Security Models
- X.509 Certificates
- Client Side
- Server Side
- Policy Assertion
- Client Configuration
- Demo: Create Certificates
- Certificate Tools
- X.509 Cert. Settings
- Security Settings Wizard
- View Policies
- Service Configuration
- Demo: Service Config
- Kerberos
- Kerberos Client Config.
- Demo: Client Config
- Kerberos Service Config.
- Demo: Server Config
- Set up Web Service
UserName Authentication
- UserName Tokens
- Client Configuration
- Set Up Client Config
- Add a Policy
- Secure a Client
- Set Up Protection Order
- Set up Security Code
- Service Configuration
- Set Up Service Config.
- Secure a Service
- Perform Authorization
- Add Protection Order
- View the Policy File
- View/Run Client Application
- Database Use
- Config. a Web Service
- Custom Username Token
- SecurityTokenManager
- Setup Custom Class
Coding and Assertion
- Coding an Assertion
- Code: Assertion Class
- ReadXML
- GetExtensions
- Coding SOAP Filters
- Securing of SOAP Messages
- ReceiveSecurityFilter
- SendSecurityFilter
- Client-side Security
- Code: Setup Filters
- Security Token State
- Code: Security Filters
- Code: Server Input Filter
- Code: Server Output Filter
- Code: Client Output Filter
- Code: Client Input Filter
- Code: Function Overrides
- Review
Custom Policies
- Client-side Security
- WSE 3.0 Custom Policy
- Policy Files
- Extensions
- Secure WS w/Assertions
- Web Client w/Assertions
- Examine WS Project
- View Policy File
- Custom Assertion Class
- Examine Library Project
- Examine Filters
- Examine Client Project
- Coding of Policies
- Demo: Coding of Policies
- x509TokenProvider
- EndpointProtection
- SignatureOptions
- MessageProtection
- Add the Assertion
- View Client Class Code
Exploring MTOM
- Overview: MTOM
- MTOM Structure
- MTOM uses XOP
- Use / Non-use of MTOM
- Use of MTOM
- Non-use of MTOM
- MTOM and WSE3.0
- Demo: MTOM
Large Data Transfer
- Overview
- Demo: Large Data Transfer
- Work with Schema Code
- Work with XML Code
- Test the Data Transfer
Soap Messaging
- Demo: Register HTTP
- TCP / Web Services
- W3C Specs for Messaging
- Endpoint Reference
- SOAP Message Addressing
- SoapMSMQ
- Two-Way Messaging
- Register Messaging Services
- Register Using TCP
- Register Using HTTP
- Install/Configure MSMQ
- Use SoapClient/SoapMSMQ
SOAP Sender / Receiver
- Overview
- One-Way Messaging
- Register with TCP
- Register with HTTP
- Demo: Register with TCP
- Code: Register with TCP
- Serialization Code
- Demo: Receiver Form
- Code: Receiver Form
- Code: Listener Class
- Demo: Start Up Form
- Code: Start Up Form
- Code: Mid-Tier Form
- Code: Listener Class
- Run the Sample
Working w/SOAP Headers
- Overview
- Service Code
- Code: SOAP Header Service
- Client Code
- SOAP Header Direction
- Code: Header Direction
- View WSDL File
- Unknown Headers
- Client SOAP Headers
- SOAP Header Exceptions
- Unknown Header Code
- Header Exception Code
- Client Coding
Work w/SOAP Extensions
- Overview: Functions
- Working with Streams
- Initialization
- Processing
- Code: LogExtensions
- Code: SOAPMessageStage
- Config. File Elements
- Implementing Extensions
- Code: soapExtensionType
Reliable Messaging (RM)
- Overview
- WS-RM Model
- RM Modes
- QueuedRM
- DirectRM
- RM Sequences
- Demo: Client Policy File
- Sequence Profiles
- Demo: Server Policy File
- Sequence Groups
- Sequence Managers
- RM Wrapup
WS-RM Server
- Queue Bottlenecks
- Delivery Verification
- WS-RM Policy
- Sequence Acknowledgement
- Request Acknowledgement
- WS-RM Event Flow
- Correlating Replies
- Demo: Messaging Sample
- Demo: Server App Code
- IInputSequence
- IOutputSequence
- View App Output
WS-RM Client
- Demo: Client App Code
- Retrieve Endpoints
- CreateSequence
- FullSequenceWasDelivered
- FullSequenceWasAcked
Authentication and Validation
- MQ Encryption
- MQ Authentication
- Message Validation
No comments:
Post a Comment