I am building a C# .net web application POC. Im using the version 11
livecycle api. The flow is:Call renderHTMLForm and send a data xml and
xdp to the service to return an html formThe form is displayed to the
user to make changes and submitI am then calling processFormSubmission
to submit the data with the content type set to
CONTENT_TYPE=application/x-www-form- urlencodedI am then returned data
in a url encoded format. In the RenderOptionsSpec, i am specifying
XMLData = true because I would li...