Hi,
Having an ABL web service and an ABL client, I can connect successfully and call the procedures.
But, how to do the same with JS or C#? Connect and then run the procedure. How would you handle the output parameter (dataset, temp-table, etc) of the procedures?
Thanks!
What do you mean by an ABL webservice? I assuming you mean you have a .p on an AppServer and you call that after a connect to that appserver on the client.
Now for C# you can use the .NET OpenClient. For JS matters are a bit more complicated because you have either a REST service (which involves Tomcat), of an implementation of the Web Transport (PAS for OE only).