I'm having some with the RunAtServer technologie.
First I've created a form with two input fields for numeric input, one lable field for output and one button. By clicking the button, the content of the two edit fields will be read, added and the result is put into the label field. In APL no problem. Next I load the JsaveSDK, import the workspace, publish the functions and get a html file. The html-file runs faultless in the Browser. All works very well, because there is a function called plus in the file apl_lang.js. Next I tried to put the calculation with RunAtServer on the APLWS-Server. I've created a virtual path /jsaveservice/service1.asmx as described for the sample SAMPLE_UPDOWN. But it doesn't work.
Another question is what to put in wsid for /jsaveservice/service1.asmx.
I hope anyone give me some help.
Regards
Christian Bäumer