In a basic Web Client setup, the WebExtensibility client API is leveraged to display data in the Web Client from an external application through a URL connection:
-
The user configures a method to launch an external application using Extensibility.
-
The Web Client creates an iframe and uses a URL to point to the external application as the source.
-
The external application loads and communicates with the Web Client using a window.postMessage API.