Hi Bruno,
In the log, I see:
- The page /fr/ursea-asdire/serviceTest2/new loaded by the browser.
- (The browser loading assets the page depends on: CSS, images, JavaScript.)
- An Ajax request; I assume that was you pressing the "Send button".
- Then it runs the fr-create-update-submission XForms submission; I imagine that this happens when the save action runs, which is part of the save-final process you're running from your process.
- Finally, the submission that fails is fr-send-submission-none. This is the submission is executed by the send() action. It's just that here from the log we don't know why it failed, except it got a 404.
Could you try setting the value of oxf.xforms.logging.debug as in the snippet below? With this, the body/response of the submission should be logged, which hopefully will give us more information about what is happening.
<property as="xs:NMTOKENS" name="oxf.xforms.logging.debug"
value="document model submission control event action analysis server server-body html
submission-details submission-body"/>
BTW, in the last snippet, you have a send("
http://ip:8888/orbeon-api/processform"). This should be send("
http://ip:8888/orbeon-api/processform"). I imagine you had that, and replaced the " with " when you edited your internal address.
Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet