Changes between Version 9 and Version 10 of ObserverTutorial/WebService

Show
Ignore:
Timestamp:
06/16/10 16:39:06 (3 years ago)
Author:
jean-gui
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ObserverTutorial/WebService

    v9 v10  
    55 
    66The calculator service has three parameters: 
     7 
    78 * `uri`: the URI of the file to process 
    89 * `x2`: multiplies results by two if present (its value doesn't matter) 
     
    157158</html> 
    158159}}} 
     160== What's Next == 
     161During this step, we wrote a very simple web calculator. Once deployed on a PHP-ready web server, you can call it through URLs like http://example.org/calculator.php?uri=http://example.org/calc.txt&x2=1. 
     162 
     163In the [wiki:ObserverTutorial/Output next step], we will see how we can adapt this web service in order to make its integration in Unicorn possible.