SlideShare a Scribd company logo
Introduction to RESTful Webservice


                    Eftakhairul Islam
                           Jr. Software Engineer
                       Right Brain Solution Ltd.
                   email: eftakhairul@gmail.com
                      web: http://eftakhairul.com
What is Webservice?




phpXpert Seminar 2011                      2
Webservice Design Models


         XML RPC 

         SOAP 

         REST 




    phpXpert Seminar 2011                 3
Inside RESTful Webservice?

        Not Techology and not even protocol

        Software archetechtural principle

        Resouces transfer over HTTP




phpXpert Seminar 2011                         4
Basic Design Principles Of REST

1.  HTTP methods explicitly
2.  Be stateless
3.  Directory structure­like URIs
4. Transfer resources by any valid MIME type 
   supported by the web service.


phpXpert Seminar 2011                           5
HTTP Methods Explicitly
                             Add Resources


POST http://api.linkedin.com/v1/people/123/friends


Content­Type: application/xml
<friend uri=“urn:linkedin:v1:people/888”/>




  phpXpert Seminar 2011                              6
HTTP Methods Explicitly
                                      Retrieve Resources
GET http://api.linkedin.com/v1/people/123

Output:
<?xml version="1.0" encoding="UTF­8"?>

<person>

     <id>123</id>

     <first­name>Sakib</first­name>

     <last­name>Stein</last­name>

     <connections total="200">

     …

</person>

         phpXpert Seminar 2011                             7
HTTP Methods Explicitly
                                    Update Resources
PUT  http://api.linkedin.com/v1/people/123


Content­Type: application/xml
<person>
    <name>Sakib Mahmud</name>
   <best­friend uri=“urn:linkedin:v1:people/999”/>
   <photo xsi:nil=“true”/>
</person>




   phpXpert Seminar 2011                               8
HTTP Methods Explicitly
                                      Delete Reasource


DELETE http://api.linkedin.com/v1/people/123/friends/456


Output:
Friend:456 will be deleted from linkedin.




   phpXpert Seminar 2011                                   9
Be Stateless
Stateful design (Non­REST):




                                           previousPage++
  Client                      Server   nextPage = previousPage
                                           return nextPage




 phpXpert Seminar 2011                                           10
Be Stateless
     Stateless design (REST):

              GET /resources/?page=2 HTTP/1.1


                    <?xml version= ”1.0” ?>
                    <rsp page=”2” nextPage=”3”>
 Client                    <resource id = ''11/>    Server
                           <resource id = ''12”/>
                        . ..
                    </rsp>




phpXpert Seminar 2011                                        11
Directory Structure­like URIs

http://example.com/topics/{topic_name}
http://graph.facebook.com/10150224661566729
http://twitter.com/statuses/user_timeline.xml?
    id=eftakhairul




 phpXpert Seminar 2011                           12
Transfer Resources By Any Valid MIME Type

Mostly Used

         XML

         JSON

         XHTML


Any other valid contend type


    phpXpert Seminar 2011                   13
Thank You


    Please Stop Software Piracy, Save Developer
                    Use FOSS or Genuine Software




phpXpert Seminar 2011                              14

More Related Content

PPTX
Soap and restful webservice
PPTX
Hadoop introduction
PPTX
Restful webservice
PDF
Web Services
PPT
Java web services
PDF
Web service introduction
PPT
Soap and Rest
PPTX
Web services soap and rest by mandakini for TechGig
Soap and restful webservice
Hadoop introduction
Restful webservice
Web Services
Java web services
Web service introduction
Soap and Rest
Web services soap and rest by mandakini for TechGig

What's hot (20)

PDF
Global Scale ESB with Mule
PPTX
Soap vs rest
PDF
Java Web Services [1/5]: Introduction to Web Services
PPTX
Web Service
PPT
Introduction to the Web API
PDF
SOAP-based Web Services
PPTX
Webservices Overview : XML RPC, SOAP and REST
PPTX
PPTX
REST & RESTful Web Service
PDF
Spring Web Services: SOAP vs. REST
PPSX
PPTX
SOAP--Simple Object Access Protocol
PDF
Impact of Restful Web Architecture on Performance and Scalability
PPTX
Soap web service
PDF
Web Services Tutorial
PPTX
REST API Design
PDF
Wso2 integration platform deep dive eu con 2016
PPTX
Rest web services
PPTX
WSDL in Mule Esb
Global Scale ESB with Mule
Soap vs rest
Java Web Services [1/5]: Introduction to Web Services
Web Service
Introduction to the Web API
SOAP-based Web Services
Webservices Overview : XML RPC, SOAP and REST
REST & RESTful Web Service
Spring Web Services: SOAP vs. REST
SOAP--Simple Object Access Protocol
Impact of Restful Web Architecture on Performance and Scalability
Soap web service
Web Services Tutorial
REST API Design
Wso2 integration platform deep dive eu con 2016
Rest web services
WSDL in Mule Esb
Ad

Similar to Introduction to RESTful Webservice (20)

PPT
ROA.ppt
PPSX
Restful web services rule financial
PDF
Android App Development 06 : Network &amp; Web Services
PPTX
Http and REST APIs.
PDF
What is REST?
PPTX
RESTful Web Services
PDF
Building Web Services
PPT
RESTful SOA - 中科院暑期讲座
PDF
Introduction to Restful Web Services
PDF
Web Service and Mobile Integrated Day I
PPTX
Webservices: The RESTful Approach
PDF
Building Restful Applications Using Php
PDF
A RESTful introduction
PPTX
RESTful Web Services
PPTX
Rest Webservice
PPTX
JAX-RS. Developing RESTful APIs with Java
PDF
Web Services PHP Tutorial
PPTX
RESTful Web Services
PDF
REST Introduction (PHP London)
PDF
Restinpeaceosidays2011 111121093818-phpapp02
ROA.ppt
Restful web services rule financial
Android App Development 06 : Network &amp; Web Services
Http and REST APIs.
What is REST?
RESTful Web Services
Building Web Services
RESTful SOA - 中科院暑期讲座
Introduction to Restful Web Services
Web Service and Mobile Integrated Day I
Webservices: The RESTful Approach
Building Restful Applications Using Php
A RESTful introduction
RESTful Web Services
Rest Webservice
JAX-RS. Developing RESTful APIs with Java
Web Services PHP Tutorial
RESTful Web Services
REST Introduction (PHP London)
Restinpeaceosidays2011 111121093818-phpapp02
Ad

Recently uploaded (20)

PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Electronic commerce courselecture one. Pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
A Presentation on Artificial Intelligence
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
Tartificialntelligence_presentation.pptx
PPT
Teaching material agriculture food technology
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Getting Started with Data Integration: FME Form 101
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
“AI and Expert System Decision Support & Business Intelligence Systems”
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Reach Out and Touch Someone: Haptics and Empathic Computing
Electronic commerce courselecture one. Pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
A comparative analysis of optical character recognition models for extracting...
Assigned Numbers - 2025 - Bluetooth® Document
Per capita expenditure prediction using model stacking based on satellite ima...
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Digital-Transformation-Roadmap-for-Companies.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Programs and apps: productivity, graphics, security and other tools
A Presentation on Artificial Intelligence
Advanced methodologies resolving dimensionality complications for autism neur...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Tartificialntelligence_presentation.pptx
Teaching material agriculture food technology
Building Integrated photovoltaic BIPV_UPV.pdf
Getting Started with Data Integration: FME Form 101
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton

Introduction to RESTful Webservice