Has anyone worked out how to get at the information in the Sharepoint Profile Database. Sharepoint doesn't seem to provide any decent tools to produce customized lists using the user profile information. I was wondering if anyone had worked out how to do that from Presto?
jeremypitten
· 4 months ago
Presto can access SharePoint User Profile data using the User Group Web Service, usergroup.asmx and the User Profile Web Service, userprofileservice.asmx. Both can be found in the usual _vti_bin directory.
This would be my starting point for accessing the user profile data store..
occasl
· 3 months ago
When I try to use this approach, Presto gives this error when I try to save the service:
This would be my starting point for accessing the user profile data store..
Error during WSDL inspection: fail to load wsdl (http://mwsspsdev02/_vti_bin/Lists.asmx?wsdl): WSDLException: faultCode=PARSER_ERROR: Problem parsing 'http://mwsspsdev02/_vti_bin/Lists.asmx?wsdl'.: java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/html4/strict.dtd