User Authentication in iMIS15 using IBO.COM?

I have only ever tried to perform Authentication in imis15 using the Membership Webservice.

However I have had question posed to me whether not IBO.COM CUser.Validate is still a valid authentication method in this version.

Does this method still work given the table changes involved in security as of iMIS15?

Thanks,

Ross

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Ross, I do not believe

Ross, I do not believe iBO COM was ever updated to work with the new authentication method in iMIS 15; eSeries uses the web service in iMIS 15. If you need a COM object that can be used to perform the new authentication, Asi.Membership.dll (included in the bin\ folder of all iMIS 15 application server installs) is a COM DLL that can be used from VB6 and other COM consumers to access the web service.

Thanks

Ok, thanks Eric