Avatar

Level 8

Sorry, I think there is some misunderstanding.

The renderXDPForm operation that you are calling is NOT one of the default LiveCycle operations supplied as part of LiveCycle Forms.  It is a LiveCycle workflow that comes as a sample with the LiveCycle Content Services module.  I really don't recommend using it as part of the use case that you describe because:

  • Adobe offically recomends against installing the samples on a production server - so it may not be on the production box
  • It uses Reader Extensions (the Ubiquitize rendered PDF step) which you don't need.

I opened the renderXDPForm operation in LC Workbench so you can see what it does:

RenderXDPForm.png

I'd like to see if you still get the error if you call the renderPDFForm operation instead of the renderXDPForm operation.   I have tried using the renderedPDFForm with the XDP you supplied and it works fine for me.