Tagged Questions
1
vote
0answers
42 views
Communications management with PasswordDigest (WSPasswordCallback from WSS4J)
Scenario:
We are developing a Java library to deploy an authentication subsystem, which acts as an intermediary of two end-points: an originator program (which sends us the SOAP message, made by the ...
2
votes
2answers
477 views
how to query greatest ID of each value in a Sharepoint list?
I want to query a Sharepoint 2007 list called valueList via web service and find the most recent version of each list item, so given this list:
ID | Value
----------
1 | 101
2 | 305
3 | 102
4 | ...
0
votes
1answer
425 views
List web services - some methods don't work when file name with absolute Url is formed with server name rather than IP address
I'am using SharePoint List web services to have some queries on SharePoint server. It seems work fine when providing absolute Url with IP address where such input parameters required. For example, ...
2
votes
2answers
343 views
SharePoint List Data as XML String
I am trying to use the GetListItems web service method to retrieve all the items of a list. The method is raising an InvalidOperation exception with the message being "There is an error in XML ...
0
votes
2answers
624 views
Is there a way to get a Sharepoint site's locale with web services?
I've looked through the wss 3.0 documentation, but I can't find anything. I would like to retrieve the locale for a Sharepoint 2007 site using web services (no access to server so can't deploy ...
3
votes
1answer
293 views
Is that a bug in WSS3.0 Web Services queries?
I've been struggling all day to debug a query that filters out element based on the Modified field using Lists web service and GetListItems method, to get only the elements modified since the last ...
1
vote
1answer
212 views
What is the alternate to PasswordDigest when clear text password is not stored on the web-service producer?
Scenario:
Web-service producer have only SHA-1 hash of passwords stored in database. We need to authenticate Web-service users using User Name/Password combination.
Web Services Security ...
0
votes
1answer
1k views
Consume a webservice - WS Security
I am about to develop a windows applikation which need to communicate with an Axis2 webservice using Web Service Security - all the documentation says is, that the SOAP security communication is ...
0
votes
2answers
1k views
SharePoint : web service permission error
I have a sharepoint site, and I am calling a standard sharepoint web service.
I create the web service request like this :
wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx";
When I use ...
3
votes
4answers
3k views
Add permission in folder via SharePoint Web Services
Is it possible to add or update permission in folder or sub-folder in WSS 3.0 with Web Services?
Now, I created the folder inside list(document library) and the permission inherit from parent but I ...
2
votes
3answers
4k views
Upload file to SharePoint WSS 3.0 with WebRequest PUT
Hey, I've got this nice little piece of code, much like all the other versions of this method of upload using WSS WebServices. I've got one major problem though - once I have uploaded a file into my ...
10
votes
1answer
5k views
Connect and authenticate to SharePoint with WCF
I'm going nuts with this one and can't find any decent information ANYWHERE ..
There is lots of info around about connecting to SharePoint 3.0 Web Services with WCF and Ntlm impersonation. However, ...
0
votes
1answer
677 views
Call long running operation in WSS feature OnActivated Event
More specifically - How do I reference SPContext in Web Service with [SoapDocumentMethod(OneWay=true)]?
We are creating a feature that needs to run a job when a site is created. The job takes about ...
0
votes
2answers
583 views
Simple query to a WSS/MOSS list from remote client
What is the simplest way to query a WSS/MOSS list from a remote client
Using /_vti_bin/lists.asmx and XML fragments for the query seems to be a large chunk of work for a simple task?
I have found ...
0
votes
1answer
5k views
What does “wsse:InvalidSecurity” mean?
An error was discovered processing the <wsse:Security> header
This is a WS-Security question btw...
I can't see anything wrong with my WS endpoint (apart from the fact that it's running in a ...