Advertisement

Web Services Mash-Up

Programmerer at Tiny Speck
Sep. 6, 2008
Advertisement

More Related Content

Advertisement
Advertisement

Web Services Mash-Up

  1. Logical Architecture Page Logic Business/Application Logic Database Photo Storage API Logic Endpoints Templates Users 3 rd Party Apps Flickr Apps Node Service Flickr .com Email Parser
  2. Logical Architecture Page Logic Business/Application Logic Database Photo Storage API Logic Endpoints Templates Users 3 rd Party Apps Flickr Apps Node Service Flickr .com Email Parser
  3. API Architecture Endpoints Users Applications HTTP Transport Net / Local Transport
  4. SOAP Response <s:Envelope xmlns:s= http://www.w3.org/2003/05/soap-envelope xmlns:xsi= http://www.w3.org/1999/XMLSchema-instance xmlns:xsd= http://www.w3.org/1999/XMLSchema > <s:Body> <x:FlickrResponse xmlns:x=&quot;urn:flickr&quot;> [escaped-xml-payload] </x:FlickrResponse> </s:Body> </s:Envelope>
  5. XML-RPC Response <methodResponse> <params> <param> <value> <string> [escaped-xml-payload] </string> </value> </param> </params> </methodResponse>
  6. REST Response <rsp stat=&quot;ok&quot;> [xml-payload] </rsp>
  7.  
Advertisement