DayOneRevision
Jump to navigation
Jump to search
Day One Revision ⌘
- Introduction
- Service-Oriented Architecture
- Web Services Overview
- XML
- SOAP
SOA & Web Services ⌘
Service-Oriented Architecture
Without
Agreed standards
Atomic
Interoperability
Service Request
Loose coupling
Brittleness
Hide information (service abstraction)
b. Used in multiple processes
XML and SOAP ⌘
Name the features
- Prolog
- Root Element
- SOAP Envelope
- Namespace Declaration
- Attribute
- SOAP Header
- SOAP Body
- Body Block
- Element
- 1Namespace
<?xml version="1.0" encoding="utf-8"?> <mySoap:Envelope xmlns:mySoap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsx="http://www.webserviceX.NET"> <mySoap:Header/> <mySoap:Body> <wsx:GetAtomicNumber> <wsx:ElementName>Oxygen</wsx:ElementName> </wsx:GetAtomicNumber> </mySoap:Body> </mySoap:Envelope>
Day Two Schedule ⌘
- WSDL
- Handling Binary Content
- RESTful Web Services
- Other Technologies
- Conclusion