We attached a web-based CRM application to our IWS Desktop Application.
What I want to ask you guys is the following:
We would like to insert a button inside this (embedded) web-application with which we can place outbound call. This button will trigger a Javascript function. So, is it possible to have this Javascript function make call over IWS desktop? As far as I know, we need to define a HTTP listener in IWS, so it can fetch Javascript-based calls.
In this case,
Do you have a sample code?
AND/OR any is there any SDK-related documentation you can advise me?
What you can do is to create a call to URS Web interface, so URS instructs TServer what to do, like a call on that DN. Check my question and the solution that was given.
Another solution as you say is to create a socket listener and implement a HTTP service or Websocket.
There are many solutions on the Internet for that.