Hi All,
I have seen one of the AEM Form (XDP) application, in that they bind (using WSDL) the filed with synchronousInvoke option.
Example:
!connectionData.get_users.Body.synchronousInvoke.filter_name
How to achieve that above one? when I trying with all possible ways getting !connectionData.get_users.Body.Invoke.filter_name
Please suggest.
Regards,
Srujan
Solved! Go to Solution.
Views
Replies
Total Likes
The syntax you mention is not part of the XML Forms Architecture specification. If you want to call a web service from an XFA form you add a WSDL data connection to the form, connect to the WSDL of that webservice and you can execute the webservice by using an exec button coming with the dataconnection.
Drag in the section of the dataconnection
Save as PDF and open in Acrobat Pro (Adobe Reader will not execute the web service unless you have applied Reader Extensions to the PDF!)
@srujan816 Have you tried using http button in XDP and mapping it to a wsdl?
Views
Replies
Total Likes
Views
Replies
Total Likes
The syntax you mention is not part of the XML Forms Architecture specification. If you want to call a web service from an XFA form you add a WSDL data connection to the form, connect to the WSDL of that webservice and you can execute the webservice by using an exec button coming with the dataconnection.
Drag in the section of the dataconnection
Save as PDF and open in Acrobat Pro (Adobe Reader will not execute the web service unless you have applied Reader Extensions to the PDF!)
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies