We're integrating a hosted WSS site into an existing non-.NET ASP site; the latter will host the registration page for the integrated site.
The registration ASP page needs to be able to call the WSS Users and Groups Web service to add a user to the hosted WSS site.
The following working .NET code sample does exactly what we want to do ...but we need a JScript/COM version of the code the we use in an ASP page.
Does anyone have a JScript/COM sample that will issue this authenticated AddUserToGroup() call?
Any alternative suggestions would also be appreciated.