wss

Sharepoint: Access SQL sharepoint files

落爺英雄遲暮 提交于 2019-12-13 20:06:09
问题 I have the Sharepoint Intranet server on the same nework as the Internet PHP Web server. I would like to know if via PHP SQL code I can access a collection list of PDF files from the intranet so it can be viewed on the Internet site. 回答1: SharePoint exposes a Lists web service to access List Items from a SharePoint List/Document Library. You should be able to use this to grab document URLs and get that as a byte array or something, which you could serve up in your PHP application. I'm not

How to delete versions without having column name in sharepoint list

走远了吗. 提交于 2019-12-13 09:27:56
问题 In version history i am getting some duplicate versions with out any field changed....So for those versions the column name will be empty. Programmatically i would like to delete the versions in the version history where no column name specified... Please help.. In the image you can see the blank versions...I need to remove those versions 回答1: The code below deletes versions from the list item. You can re-use it and add the condition of checking the name as empty. /// /// Removes unneeded

Call long running operation in WSS feature OnActivated Event

*爱你&永不变心* 提交于 2019-12-13 04:11:10
问题 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 4 minutes to complete. So, we made a web service that we can call when the feature is activated. This works but we want it to run asynchronously now. We've found the SoapDocumentMethod's OneWay property and that would work awesomely but the SPContext is now NULL. We have our web services in the

MQTT Over Websockets in Android

怎甘沉沦 提交于 2019-12-13 02:59:49
问题 I am using Paho Android Service for MQTT over web sockets. https://www.hivemq.com/blog/mqtt-client-library-enyclopedia-paho-android-service My question is how do I set the Broker WSS URI which has a query parameter in it. For example: wss://test.amazon.com:80/mqtt?query1=value&query2=value Edit If we add the complete URL, the PAHO client library throws following exception: MqttException (0) - java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String

Override SPList.WriteSecurity behaviour?

丶灬走出姿态 提交于 2019-12-12 19:31:15
问题 As MSDN states, then WriteSecurity has 1 of 3 states possible: 1 — All users can modify all items. 2 — Users can modify only items that they create. 4 — Users cannot modify any list item. But if I want behavour nr. 2 plus users can modify items that are assigned to them ? Well if I grant a user full permissions (put in owners group) for list, then those can edit any item (not good). So why wouldn't it work by setting item level permission "full control" just for AssignedTo user (good)? I did,

SharePoint/WSS: Modify “created by” field?

心已入冬 提交于 2019-12-12 18:05:24
问题 All - I am using WSS 3.0. Currently, HR will upload an employee's internal company resume to a document library on our site, but for privacy reasons, we must then restrict access to that document library, which forces users to then go through HR each time they want to update their resume. My thought is to create a list with attachments enabled that allows users to only view/edit their own items, and then give HR permission to manage all entries. This works with the exception that HR will need

SharePoint: How to create a folder in a document library please using web services

旧时模样 提交于 2019-12-12 07:20:58
问题 I need to create a simple folder in a document library in SharePoint, but I can't seem to find a scrap of documentation on the subject. The dws webservice seems to be used to create physical folders in a workspace, I need a way to create a folder in a document library. Not sure what to do , please help 回答1: I found this method to work : HttpWebRequest request = (System.Net.HttpWebRequest)HttpWebRequest.Create("http://mySite/MyList/MyfolderIwantedtocreate"); request.Credentials =

webservice encryption not working (jbossws-cxf)

荒凉一梦 提交于 2019-12-11 22:23:09
问题 i am trying to get WS-Security encryption working on Wildfly. I read this doc: https://docs.jboss.org/author/display/WFLY8/WS-Security. I want my soap messages to travel encrypted from client to server and vice-versa. I followed the steps for server and client but the message are not encrypted and the server do not complaint about de unencrypted message that it receives. The unique difference with the doc example is that we do not use WSDL contract enforcing(Our wsdl does not include

Automatically set list item permission, after new item is created

霸气de小男生 提交于 2019-12-11 16:46:19
问题 We have a SharePoint Team Site (WSS 3.0 not MOSS), that includes Tasks list to records every tasks related to a project. Here's the scenario. Users : List item Supervisor1 TeamMember1 TeamMember2 TeamMember3 How do we set the permission settings so that Every users (Supervisor and team members) can see any tasks. Supervisors can edit any tasks Team members can only edit their own tasks (tasks that were assigned to them, or created by them) I was unable to achieve the intended results using

Restcomm Cloud throwing ERR_CONNECTION_TIMED_OUT when connecting via WSS://mydomain.com:5083/

↘锁芯ラ 提交于 2019-12-11 15:17:12
问题 I have created my domain (XYZ.restcomm.com) on https://cloud.restcomm.com and i have created some Accounts and created RVD App and created short demos too. Now i am creating a Node JS based Application to open the WSS connection to my restcomm cloud instance by using https://github.com/RestComm/restcomm-web-sdk. And the code i am in my HTML Page is as follows I have ensured that i am able to access my restcomm cloud domain "XYZ.restcomm.com" and i created the account with user id "guest" and