Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

Is it possible to manipulate Web Service data in xfa.datasets.connectionData?

Avatar

Former Community Member
I'm running Designer 7.1 and Adobe Acrobat 7.0.5



I have a very simple web service that takes an email address as an input and returns data about that user in a set of response fields.



Is it possible to set the request directly via xfa.datasets.connectionData using JavaScript but NOT SOAP?



I can see that a request field is bound to:



xfa.datasets.connectionData.A_UserDetails_Get.Body.A_UserDetails_Get.userEmail



Can this value be set directly and then the web service executed?



Is it possible to test the value of response fields via xfa.datasets.connectionData



From what I have read this seems to be implied as a possibility but I have only seen SOAP examples.
0 Replies