It looks like posting content (not parameters or headers) via the HTTP service isn't possible, ie a request similar to:
POST /url....
Host: somesite.com
Content-Length: 27
Content-Type: application/x-www-form-urlencoded
content to be posted to the server
Clearly the parameters aren't a problem but has anyone found anything different regarding the actual content to be posted?
Seems like it would be a reasonably significant piece of missing functionality on the service otherwise.



