Based on what you sent offline, the answer is simple. If you check the Orbeon Forms log, your service returns a 405 code:
"error code received when submitting instance: 405"
So it seems that your servlet doesn't support the POST method, and you need to change that.
BTW to debug this kind of issues, we recommend using, besides orbeon.log, an HTTP monitor, like Charles. It's just very useful:
http://blog.orbeon.com/2013/04/let-charles-help-you-monitor-http.html http://wiki.orbeon.com/forms/doc/developer-guide/admin/monitoring-http-requestsI hope this helps,
-Erik