Hi.
I have used assembler services to assemble multiple xdp documents into a single xdp document and then render to client using renderPDFForm.
The form renders 100% and my fields are also pre-populated with the xml I have specified.
I now want to submit the form back to the server as xml. I have tried all possible conbination and also followed the sample found at:
http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?con tent=000186.html#1550733
The only submit button which seems to work is the HTTPSubmitButton
I keep getting this error:
Content is not allowed in prolog. (Which means that my xml is incorrect?)
Why is this and how can I fix it?