Good Morning and Merry Christmas to everyone.
Does anyone know how to call an external webservice from Softone.
The only reliable way that I have found is from dll with C# from the client.
There is also BAM, but it is not practical for complex scenarios.
I can't use the Χ.WEBREQUEST or the X.WSCALL because they call only the internal softone webservices.
Black book uses the
ActiveXObject("MSXML2.XMLHTTP") but it is deprecated and I don't want to use it.
I have tried the XMLHttpRequest() but it does not work.
My main issue is that the installation of the client is on Azure and I need to run the webservice every 5 minutes.
Can I do that from inside Softone?
Can i use the softone Scheduler?
Thanks in advance.