These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

webservice newbie needs serious help

miguel83
Registered: Feb 5 2010
Posts: 6

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.

My Product Information:
Acrobat Pro 9.2, Windows
miguel83
Registered: Feb 5 2010
Posts: 6
i can see the webservice works with a button but now i want to use the DocReady and execute the webserivce call can anyone tell me how to do that.
i keep getting an error when i do it this
$connectionSet.MyWSDLDataConnection.execute(0)?