I'm trying to pre-fill a form. I read that I can do this with importData
function without specifying the path but I have too. Security reason, we
can't with importData(specific path). So I check for Web Service. I did
an example with external web site but it didn't work. I did it with my
own service ant it work. Now I want to do it by code (button.click) and
I receive this error Error: accessor ‘SOAP.funciton' is unknown.Wy the
SOAP library is not working? Do I have to put special properties?My
...