Hello,
I have Reader-extended pdf document, which calls webservice:
xfa.connectionSet.ws.execute(0);
After that, there are lots of complications prior the data is exchanged with the server (AR 9.3.0):
1) user evaluates xfa.connectionSet.ws.execute(0); via regular button click
2) Reader throws Javascript Exception and displays yellow bar with text "Some features have been disabled to avoid potential security risk ...".
3) user choose in yello-bar, that he wants to trust this document one-time or always
4) Reader closes pdf document and reopens it
5) User evaluates 1) again
6) Then there is a confirm, that users really wants to make soap call to desired address
7) data is sent to server, but no data bind according to WSDL DataConnection back to form. fields
8) user clicks exactly the same 5)
9) user confirms, that he really wants to make soap call to desired address
10) data is sent again to server but this time it is also bind back to document form. fields
What problems can I avoid ?
I think, that it should be possible to have only those confirms, that user wants to call-soap somewhere and withnout loss of server response?
Could something from it be Reader-extensions evaluate certificate ?
Thanks.