Advertisement
Guest User

Shoaibi

a guest
Apr 21st, 2009
1,528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.16 KB | None | 0 0
  1. Result of a Login:
  2. <?xml version="1.0" encoding="UTF-8"?><entry>
  3.     <status>Success</status>
  4.     <memberID>720</memberID>
  5.     <location>ABC-42100-UK</location>
  6. </entry>
  7.  
  8. Result of a Search:
  9. <?xml version="1.0" encoding="UTF-8"?><entry>
  10.     <plantID>419</plantID>
  11.     <scientific>Michelia figo </scientific>
  12.     <common>Banana Shrub</common>
  13. </entry>
  14. </xml>
  15.  
  16.  
  17. Result of Fetch Bookmarks:
  18. <?xml version="1.0" encoding="UTF-8"?><entry>
  19.     <plantID>460</plantID>
  20.     <scientific>Alcea rosea 'Nigra'</scientific>
  21.     <common>Black Hollyhock</common>
  22. </entry>
  23. <entry>
  24.     <plantID>466</plantID>
  25.     <scientific>Amaranthus caudatus </scientific>
  26.     <common>love-lies-bleedingLove Lies Bleeding</common>
  27. </entry>
  28. <entry>
  29.     <plantID>36428</plantID>
  30.     <scientific>Podocarpus macrophyllus 'Select Spreader'</scientific>
  31.     <common>Japanese Yew 'Select Spreader'</common>
  32. </entry>
  33. <entry>
  34.     <plantID>36502</plantID>
  35.     <scientific>Spirea japonica 'limemound'</scientific>
  36.     <common>Spirea Japonica 'Limemound'</common>
  37. </entry>
  38.  
  39.  
  40. Result of Adding a Bookmark:
  41. <?xml version="1.0" encoding="UTF-8"?><entry>
  42.     <bookmarkStatus>True</bookmarkStatus>
  43. </entry>
  44.  
  45.  
  46. Result of Fetching Plant Info:
  47. <?xml version="1.0" encoding="UTF-8"?><entry>
  48.     <plantID></plantID>
  49.     <family></family>
  50.     <scientific>  </scientific>
  51.     <common></common>
  52.     <type></type>
  53.     <invasive></invasive>
  54.     <habit></habit>
  55.     <shape></shape>
  56.     <lifecycle></lifecycle>
  57.     <usdaMin></usdaMin>
  58.     <usdaMax></usdaMax>
  59.     <light></light>
  60.     <soil></soil>
  61.     <water></water>
  62.     <grRate></grRate>
  63.     <gr5yr>0 in/0 cm</gr5yr>
  64.     <grHeight>0 in/0 cm</grHeight>
  65.     <grWidth>0 in/0 cm</grWidth>
  66.     <macro></macro>
  67.     <micro></micro>
  68.     <foliageColor></foliageColor>
  69.     <persistence></persistence>
  70.     <leafShape></leafShape>
  71.     <flowerColor></flowerColor>
  72.     <flowerSeason></flowerSeason>
  73.     <barkTexture></barkTexture>
  74.     <barkColor></barkColor>
  75.     <fragrantPart></fragrantPart>
  76.     <fragrance></fragrance>
  77.     <fruit></fruit>
  78.     <fruitColor></fruitColor>
  79.     <container></container>
  80.     <erosion></erosion>
  81.     <toxicity></toxicity>
  82.     <description></description>
  83.     <history></history>
  84.     <maintenance></maintenance>
  85.     <propagation></propagation>
  86.     <image></image>
  87.     <bookmark>False</bookmark>
  88. </entry>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement