I am having a problem with pipe.save(), likely user error :-)
For some reason, the POST is occurring, the save seems to work but the error callback is
invoked, not the success method.
And I am doing all of this in the context of our tooling which has some limitations
(auto-closing console/firebug lite)
http://screencast.com/t/gosd7Qnhz
REST endpoint:
http://agmobile-html5.rhcloud.com/rest/forge/members
Use of Forge, with the Member.java entity to offer full CRUD capabilities
Sources:
https://github.com/burrsutter/AGContacts/blob/master/www/js/index.js