Hi,
I am trying to build following functionality.
- I want to submit form to a web service through SOAP request on click of a button.
- I want to display response of web service like “form has been submitted successfully” on screen.
What has been achieved.
- I am able to submit form to an adobe web service passing base64 string to adobe process.(see the script in image#1).
- When I receive base64 string in adobe process, I am able to re-generate document (using getDocFromBase64(/process_data/@inputStr) ).
- After that I am returning a message string to as response “Form submitted successfully”.
- When I get the response I populate response to a text field variable (Out Str). See image#2
Problem/Desirable functionality.
I want to close this eform and display the message “form has been submitted successfully” on another page in browser so that it depicts to end user that form has been submitted successfully with confirmation.
What do I do to close eform on screen and display response of web service in another screen.?
Image#1
Image#2