POST /hello/api/person HTTP/1.1
Content-Type: application/xml
Accept: application/xml
Host: localhost:8080
Content-Length: 82
<person>
<firstName>Sam</firstName>
<lastName>Hill</lastName>
</person>
-- Martin Krasser blog: http://krasserm.blogspot.com code: http://github.com/krasserm twitter: http://twitter.com/mrt1nz
<person>
<firstName>Sam</firstName>
<lastName>Hill</lastName>
</person>
POST /hello/api/person HTTP/1.1
Content-Type: application/xml
Accept: application/xml
Host: localhost:8080
Content-Length: 82
<person>
<firstName>Sam</firstName>
<lastName>Hill</lastName>
</person>