DayOneRevision: Difference between revisions
												
				Jump to navigation
				Jump to search
				
Cesar Chew (talk | contribs)  | 
			
(No difference) 
 | 
Latest revision as of 17:52, 8 June 2015
<slideshow style="nobleprog" headingmark="⌘" incmark="…" scaled="true" font="Trebuchet MS" >
- title
 - Web Services Basics For Non-programmers
 - author
 - Pete George (NobleProg Ltd)
 
</slideshow>
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