Expand my Community achievements bar.

Executing the webservice only once by the pdf

Avatar

Former Community Member
Hi,

I am using a WebService call in my pdf form but I want to call that webservice only once from the form by that particular user. How can we do that?

I tried to do this by adding the invisible text field in the form and maintain a flag to check the webservice is executed or not. but when I close the pdf and again reopen then the webservice is executed at the first time so how can I solve this problem?



Thanks

Ninad
1 Reply

Avatar

Level 5
Set the Hidden fields Binding property to 'Normal' that way the value in that field is persistent. And then always check for the flag before you execute the code for calling WSDL. Hope this helps.



Good Luck,

SekharN