Sample Post HTTP call through curl
echo "<trip><events><event><eventType>reading</eventType><dateTime>1255816133</dateTime><longitude>14.502362</longitude><latitude>35.908422</latitude><data><mood>124</mood></data></event><event><eventType>location</eventType><dateTime>1255816133</dateTime><longitude>14.502362</longitude><latitude>35.908422</latitude></event></events><startDateTime>1255816133</startDateTime><endDateTime>1255816133</endDateTime><name>ginsaturday</name></trip>" | curl -X POST -H 'Content-type: text/xml' -d @- http://localhost:8182/drunkendroid/trip/12345
PUT call
echo "<trip><startDateTime>2255816133</startDateTime><endDateTime>2255816133</endDateTime><name>ginsaturday2</name></trip>" | curl -X PUT -H 'Content-type: text/xml' -d @- http://localhost:8182/drunkendroid/trip/12345
add events to a trip
echo "<events><event><eventType>reading</eventType><dateTime>1255816133</dateTime><longitude>14.502362</longitude><latitude>35.908422</latitude><data><mood>123</mood></data></event><event><eventType>location</eventType><dateTime>1255816133</dateTime><latitude>35.908422</latitude><longitude>14.502362</longitude></event></events>" | curl -X POST -H 'Content-type: text/xml' -d @- http://localhost:8182/drunkendroid/trip/event/12345/113
Get trip call
echo "" | curl -X GET -H 'Content-type: text/xml' -d @- http://localhost:8182/drunkendroid/trip/12345/113
MoodMap data
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <MoodMap> <MoodMapReading> <MoodMapValue>234</MoodMapValue> <MoodMapLongitude>14.487617755003868</MoodMapLongitude> <MoodMapLatitude>35.9232054039299</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>134</MoodMapValue> <MoodMapLongitude>14.487617755003868</MoodMapLongitude> <MoodMapLatitude>35.92350484235794</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>87</MoodMapValue> <MoodMapLongitude>14.487617755003868</MoodMapLongitude> <MoodMapLatitude>35.92380428078598</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>113</MoodMapValue> <MoodMapLongitude>14.487617755003868</MoodMapLongitude> <MoodMapLatitude>35.924103719214024</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>130</MoodMapValue> <MoodMapLongitude>14.48798752501975</MoodMapLongitude> <MoodMapLatitude>35.9232054039299</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>130</MoodMapValue> <MoodMapLongitude>14.48798752501975</MoodMapLongitude> <MoodMapLatitude>35.92350484235794</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>115</MoodMapValue> <MoodMapLongitude>14.48798752501975</MoodMapLongitude> <MoodMapLatitude>35.92380428078598</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>136</MoodMapValue> <MoodMapLongitude>14.48798752501975</MoodMapLongitude> <MoodMapLatitude>35.924103719214024</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>118</MoodMapValue> <MoodMapLongitude>14.488357295035632</MoodMapLongitude> <MoodMapLatitude>35.9232054039299</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>112</MoodMapValue> <MoodMapLongitude>14.488357295035632</MoodMapLongitude> <MoodMapLatitude>35.92350484235794</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>142</MoodMapValue> <MoodMapLongitude>14.488357295035632</MoodMapLongitude> <MoodMapLatitude>35.92380428078598</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>122</MoodMapValue> <MoodMapLongitude>14.488357295035632</MoodMapLongitude> <MoodMapLatitude>35.924103719214024</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>208</MoodMapValue> <MoodMapLongitude>14.488357295035632</MoodMapLongitude> <MoodMapLatitude>35.92440315764206</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>136</MoodMapValue> <MoodMapLongitude>14.488727065051513</MoodMapLongitude> <MoodMapLatitude>35.9232054039299</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>124</MoodMapValue> <MoodMapLongitude>14.488727065051513</MoodMapLongitude> <MoodMapLatitude>35.92350484235794</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>129</MoodMapValue> <MoodMapLongitude>14.488727065051513</MoodMapLongitude> <MoodMapLatitude>35.92380428078598</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>107</MoodMapValue> <MoodMapLongitude>14.488727065051513</MoodMapLongitude> <MoodMapLatitude>35.924103719214024</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>68</MoodMapValue> <MoodMapLongitude>14.488727065051513</MoodMapLongitude> <MoodMapLatitude>35.92440315764206</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>123</MoodMapValue> <MoodMapLongitude>14.489096835067395</MoodMapLongitude> <MoodMapLatitude>35.9232054039299</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>124</MoodMapValue> <MoodMapLongitude>14.489096835067395</MoodMapLongitude> <MoodMapLatitude>35.92350484235794</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>115</MoodMapValue> <MoodMapLongitude>14.489096835067395</MoodMapLongitude> <MoodMapLatitude>35.92380428078598</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>111</MoodMapValue> <MoodMapLongitude>14.489096835067395</MoodMapLongitude> <MoodMapLatitude>35.924103719214024</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>152</MoodMapValue> <MoodMapLongitude>14.489096835067395</MoodMapLongitude> <MoodMapLatitude>35.92440315764206</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>123</MoodMapValue> <MoodMapLongitude>14.489466605083276</MoodMapLongitude> <MoodMapLatitude>35.9232054039299</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>136</MoodMapValue> <MoodMapLongitude>14.489466605083276</MoodMapLongitude> <MoodMapLatitude>35.92350484235794</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>104</MoodMapValue> <MoodMapLongitude>14.489466605083276</MoodMapLongitude> <MoodMapLatitude>35.92380428078598</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>133</MoodMapValue> <MoodMapLongitude>14.489466605083276</MoodMapLongitude> <MoodMapLatitude>35.924103719214024</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>77</MoodMapValue> <MoodMapLongitude>14.489466605083276</MoodMapLongitude> <MoodMapLatitude>35.92440315764206</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>251</MoodMapValue> <MoodMapLongitude>14.489836375099157</MoodMapLongitude> <MoodMapLatitude>35.92290596550186</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>147</MoodMapValue> <MoodMapLongitude>14.489836375099157</MoodMapLongitude> <MoodMapLatitude>35.9232054039299</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>106</MoodMapValue> <MoodMapLongitude>14.489836375099157</MoodMapLongitude> <MoodMapLatitude>35.92350484235794</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>113</MoodMapValue> <MoodMapLongitude>14.489836375099157</MoodMapLongitude> <MoodMapLatitude>35.92380428078598</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>119</MoodMapValue> <MoodMapLongitude>14.489836375099157</MoodMapLongitude> <MoodMapLatitude>35.924103719214024</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>124</MoodMapValue> <MoodMapLongitude>14.490206145115039</MoodMapLongitude> <MoodMapLatitude>35.9232054039299</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>118</MoodMapValue> <MoodMapLongitude>14.490206145115039</MoodMapLongitude> <MoodMapLatitude>35.92350484235794</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>128</MoodMapValue> <MoodMapLongitude>14.490206145115039</MoodMapLongitude> <MoodMapLatitude>35.92380428078598</MoodMapLatitude> </MoodMapReading> <MoodMapReading> <MoodMapValue>161</MoodMapValue> <MoodMapLongitude>14.490206145115039</MoodMapLongitude> <MoodMapLatitude>35.924103719214024</MoodMapLatitude> </MoodMapReading> </MoodMap>