Does anyone know how this can be done? I need to make a drop down boxof all MOSS users but I can't find anything that addresses a profilecollection. Any help would be greatly appreciated.
That is a function of the Shared Service Provider. Create an SSP and you canconfigured the user profile stuff from there.
Looking for a little more info here, like the namespace orwebservice to use and maybe some sample code would be great.
Namespace:msdn2.microsoft.com/.../....server.userprofiles.as\px(watch out for any references to the Microsoft.SharePoint.Portal.*namespaces because they are obsolete)Web Service:msdn2.microsoft.com/en-us/library/aa980957.aspx(if you figure out how to get all the profiles in a single WS call,let me know... although I can see how that's a bit too much data tosend over the wire)