-
1. Re: Steps for configuring data submission from mobile forms
deepak k. Aug 1, 2014 12:40 AM (in response to tkarylgashov)Do you have LiveCycle ES4 Sp1 installed? Make sure you have that.
Another thing, please add submitUrl pointing to your servlet, it would post dataxml to given servlet.
For more details: LiveCycle Help | Rendering Form Template
-
2. Re: Steps for configuring data submission from mobile forms
tkarylgashov Aug 1, 2014 2:30 AM (in response to deepak k.)Thanks a lot for your quick reply!
No, I didn't install SP 1 over ES4. Do you mean that data submission will only work in SP1 and it wouldn't work in a clean ES4 installation even if I add 'submitUrl' as a parameter?
-
3. Re: Steps for configuring data submission from mobile forms
deepak k. Aug 1, 2014 2:51 AM (in response to tkarylgashov)ES4 Sp1 is general recommendation if you are serious about using Mobile Forms.
-
4. Re: Steps for configuring data submission from mobile forms
tkarylgashov Aug 1, 2014 4:30 AM (in response to deepak k.)Thank you, Deepak!
I've downloaded SP1 and after installing it I'll try to call my servlet again.
-
5. Re: Steps for configuring data submission from mobile forms
tkarylgashov Aug 5, 2014 1:15 AM (in response to deepak k.)Deepak, thank you again.
After installing SP1 over LiveCycle ES4 the form began to return data in XML format. Now I can process it in my servlet.

