cancel
Showing results for 
Search instead for 
Did you mean: 

exception in WDInteractiveFormHelper.transferPDFDataIntoContext

Former Member
0 Kudos

Hello everyone!

I am trying to upload pdf file to Webdynpor context (CE 7.1) via WDInteractiveFormHelper.transferPDFDataIntoContext.

And getting next exception:

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: The prefix "xfa" for attribute "xfa:dataNode" associated with an element type "Bapi_Alm_Order_Get_Detail_Input" is not bound.

p.s. InteractiveForm's dataSource from which Pdf was generated is bound to Bapi_Alm_Order_Get_Detail_Input context node.

Appreciate any help!

Kirill

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It looks like xml parser is not fascinated of the next xml statement in xdp file bounded with Interactive form UI element in NWDS.

<xfa:data xfa:dataNode="dataGroup"/>

And throws exception.

It looks like a bug in LiveCycle designer (7.1). Or some sort of incompatibility between Adobe Reader (9) and xdp template.

p.s. Replaced "xfa:dataNode" by "dataNode" in xdp bounded with Interactive form UI element. But generated pdf still contains xfa:dataNode in XML source. My be additional steps needed to make ADS to take into account a new XDP version?

Any ideas?

Regards,

Kirill.