Questions tagged [wss]

WSS stands for Windows SharePoint Services, SharePoint Server 2007's "little" brother. It forms the basis for the full blown server product. As of SharePoint Server 2010 it is called SharePoint Server Foundation.

https://en.wikipedia.org/wiki/Microsoft_SharePoint_Foundation

695 questions
54
votes
25 answers

SharePoint interview questions

Let's have a list of some good interview questions for SharePoint developers. Please provide one question per entry, and if possible, the answers. Also, please feel free to suggest corrections if the provided answers are wrong. I will go first: Q:…
ashwnacharya
  • 14,601
  • 23
  • 89
  • 112
31
votes
7 answers

Upload a file to SharePoint through the built-in web services

What is the best way to upload a file to a Document Library on a SharePoint server through the built-in web services that version WSS 3.0 exposes? Following the two initial answers... We definitely need to use the Web Service layer as we will be…
Andy McCluggage
  • 37,618
  • 18
  • 59
  • 69
26
votes
4 answers

Serialization in C# without using file system

I have a simple 2D array of strings and I would like to stuff it into an SPFieldMultiLineText in MOSS. This maps to an ntext database field. I know I can serialize to XML and store to the file system, but I would like to serialize without touching…
Nathan DeWitt
  • 6,511
  • 8
  • 46
  • 66
20
votes
2 answers

WebSockets: wss from client to Amazon AWS EC2 instance through ELB

How can I connect over ssl to a websocket served by GlassFish on an Amazon AWS EC2 instance through an ELB? I am using Tyrus 1.8.1 in GlassFish 4.1 b13 pre-release as my websocket implementation. Port 8080 is unsecured, and port 8181 is secured with…
XDR
  • 4,070
  • 3
  • 30
  • 54
15
votes
1 answer

Django channels using secured WebSocket connection - WSS://

When I tried to run the Django application using sslserver as shown below, python manage.py runsslserver Errors: Traceback: Validating models... System check identified no issues (0 silenced). November 08, 2019 - 11:17:26 Django version 2.0.7,…
shaik moeed
  • 5,300
  • 1
  • 18
  • 54
14
votes
8 answers

Proxy websocket wss:// to ws:// apache

I couldn't connect my websocket using wss://. I found that there is a way to use Apache to expose wss://domain.com - frontend (Apache) ws://domain.com:9090 - backend plaintext My configuration: ProxyPass /websocket…
Sam Rad
  • 451
  • 2
  • 5
  • 13
13
votes
1 answer

django channels behind https

Django-channels websocket was working well on a AWS server until I installed letsencript ssl. I tried another certificate but the wss is not working. I saw this online deployment that shows that channels can work behind…
sanderlacerda
  • 131
  • 1
  • 2
  • 6
13
votes
1 answer

SharePoint list CAML query using CONTAINS

I'm trying to query a SharePoint list using the following CAML query in a webpart. I have tested the query in U2U CAML Query Builder and Stramit CAML Viewer and it works fine, only returning the matching records, but when I use it in my webpart it…
Ali_Abadani
  • 725
  • 3
  • 11
  • 24
12
votes
1 answer

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, when the client accessing the SharePoint services…
misteraidan
  • 1,984
  • 4
  • 23
  • 31
12
votes
1 answer

How can I setup the einaros/ws module for NodeJS to accept wss (secure ws) connections?

I am using the eniaros/ws module for NodeJS to communicate in real time between an iOS app and the NodeJS server using web sockets. The app runs fine, but now I have to secure the communications between the server and iOS app using wss. I have my…
octavn
  • 3,154
  • 32
  • 49
12
votes
5 answers

Windows SharePoint Services vs. Microsoft Office SharePoint Server?

There's Windows SharePoint Services (WSS) and then there is Microsoft Office SharePoint Server (MOSS). MOSS considerably more expensive than WSS (which ships as part of Microsoft Server licensing). My question is: what does MOSS do that makes it…
RobS
  • 9,382
  • 3
  • 35
  • 63
12
votes
9 answers

Can I copy files to a Network Place from a script or the command line?

Is it possible, in Windows XP, to copy files to a Network Place from the command line, a batch file or, even better, a PowerShell script? What sent me down this road of research was trying to publish files to a WSS 3.0 document library from a user's…
Abs
  • 1,339
  • 2
  • 12
  • 16
11
votes
2 answers

SPWeb.Groups vs SPWeb.AssociatedGroups

I've seen three types of group properties for an SPWeb object - Groups, SiteGroups, AssociatedGroups. I understand that SiteGroups will fetch all the groups in the current site collection. But what is the difference between Groups and…
NLV
  • 21,141
  • 40
  • 118
  • 183
11
votes
1 answer

How to encrypt each soap request in php

I'm unable to make an encrypted SOAP request in PHP. As per the documentation, I encrypted each request to the payment gateway. I generated a CSR & sent it to the authority for the certificate. They sent back me the domain certificate & CA…
Shan
  • 1,081
  • 1
  • 12
  • 35
11
votes
4 answers

HTTPS Server on Android Device Using NanoHttpd

I am trying to run an HTTPS Server on an Android device using NanoHttpd (my final goal is to run WSS server on Android). I successfully ran HTTP Server and Websocket using NanoHttpd on Android. I generated the key on MAC using this command and…
user3183066
  • 111
  • 1
  • 1
  • 3
1
2 3
46 47