Changes between Version 21 and Version 22 of calculator_contract
- Timestamp:
- 06/14/10 14:29:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
calculator_contract
v21 v22 19 19 This contract usually has 2 main parts: 20 20 {{{ 21 #!xml 21 22 <application> 22 23 <grammars> … … 38 39 == full source of observer.wadl == 39 40 {{{ 41 #!xml 40 42 <?xml version="1.0" encoding="utf-8"?> 41 43 … … 98 100 In our case we have just one method, ''CalculatorGET'', which takes an uri containing text. So the mimetype will be ''text/plain.'' 99 101 {{{ 102 #!xml 100 103 <?xml version="1.0" encoding="ISO-8859-1" ?> 101 104 <!DOCTYPE owl [
