How to register a Business Object adn access from web browser using RDS???
i've registered my com in ADCLaunch key in Registry by adding Myboject.Myclassname to that key, and tried to access it from browser:
set ads = createobject("ds.dataserver"
set myBo = ads.createobject("Myboject.Myclassname", "
but this line always fails and I get an error from bowser.
i can create my object in process or using DCOM but it doesnt work using http.. any idea???
i've registered my com in ADCLaunch key in Registry by adding Myboject.Myclassname to that key, and tried to access it from browser:
set ads = createobject("ds.dataserver"
set myBo = ads.createobject("Myboject.Myclassname", "
but this line always fails and I get an error from bowser.
i can create my object in process or using DCOM but it doesnt work using http.. any idea???