Changes between Version 9 and Version 10 of ObserverTutorial/WebService
- Timestamp:
- 06/16/10 16:39:06 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ObserverTutorial/WebService
v9 v10 5 5 6 6 The calculator service has three parameters: 7 7 8 * `uri`: the URI of the file to process 8 9 * `x2`: multiplies results by two if present (its value doesn't matter) … … 157 158 </html> 158 159 }}} 160 == What's Next == 161 During 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 163 In 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.
