Is it possible to use an active-x control (server side ocx file) in BSP pages. In a similar way that they are used in asp
i.e implement something like
<%
set Posi = Server.CreateObject("WINPOSX.WinPOSXCtrl.1")
Posi.ClearData()
%>
or make use of such components via ABAP code ?
I'm looking into porting as MS asp web into bsp and this particular control is used to authenticate credit card transactions.
Any feedback on this is much appreciated.