Hello guys i have a very simple question ive been going throught the documentation for adobe acrobat and im having one hell of a time trying to figuere out how to use a webservice using javascript. However with live cycle it seems like a breeze my problem with live cycle is that i would like my webservice call to execute immediately when a user opens the form. How do i do that. i see this
im suppose to enter this on the event I want to trigger the webservice call i have no idea where in
In JavaScript: xfa.connectionSet.MyWSDLDataConnection.execute(0);
In FormCalc: $connectionSet.MyWSDLDataConnection.execute(0)
gods name should i put this so when the end user brings the page up on the browser that this webservice gets executed.
any help would be greatly appreciated.
i keep getting an error when i do it this
$connectionSet.MyWSDLDataConnection.execute(0)?