Questions tagged [web-services]

A web service is a software system designed to support interoperable machine-to-machine interaction over a network.

A web service is a software system designed to support interoperable machine-to-machine interaction over a network.

Typically, the service exposes an interface, often defined using WSDL (Web Service Definition Language), for users to be able to execute some function on the system that provides the service.

There are two broad types of web services:

  1. Arbitrary Web Services - in which the system exposes arbitrary operations
  2. REST-compliant Web Services - in which the primary purpose of the service is to manipulate representations of Web resources using a uniform set of stateless operations.

Messages can be passed between the service and it's clients in a variety of formats. Some of the most common are:

  • JSON-RPC
  • JSON-WSP
  • XML-RPC
176 questions
0
votes
1 answer

Deploying App which uses twitter stream api on multiple servers

I am using Twitter streaming APIs to fetch latest tweets from Twitter and respond to them if they match a certain criteria (a particular Hashtag) If deployed on one instance, it works very well as their is only one app responding to the tweets. If…
0
votes
1 answer

System center - Monitoring REST web services

As the title suggests, is anyone aware of a way to monitor RESTful web services using System Center? With System Center being a Microsoft product, it is more geared toward WCF, particularly XML-based, inputs etc.
m4rc
  • 133
  • 4
0
votes
1 answer

Deploy web service responsible of connecting to SQL Server on Windows Server to IIS

In my company we have set up an Active Domain Controller on a windows server 2008, and another windows server to store our files on and install TFS and SQL Server, and we have several client machines on one domain. I have a multi layered windows…
Saleem
  • 95
  • 5
0
votes
2 answers

Domain and Subdomains on reverse Proxy

So, I have created an owncloud instance and I want to be able to access it from the outside network (it works just fine on the itnernal) but an older administrator had created a "reverse proxy" (he mentioned it before) so I'm trying to understand…
user3311890
  • 181
  • 2
  • 8
0
votes
1 answer

Using IIS ARR and URL Rewrite to send Webservice requests to a new server

We are trying move our web services from Azure Cloud Services to Azure Web Apps and that would change their address but we have some clients that we are not able to update the address they are using, so we are looking for a way to use the current…
Amin
  • 3
  • 3
0
votes
1 answer

Client Certificate Web Service Call

I have a requirement to call server web service with client certificate. They have provided me one .crt file. I am hosting my project in WindowsServer2008 IIS7. I install .crt from right click properties, as i can't add certificate to Server…
0
votes
0 answers

Connect to a WebService through VPN in Linux

I have been given a remote WS. But the provider told me that I can connect to their WS only through a VPN/IPsec. How can I do that? The scenario is this: [user] --- > [My Firewall] -->[My Web Server] ---->Internet ----> [Their VPN] --->[Their Web…
gdm
  • 459
  • 2
  • 5
  • 19
0
votes
1 answer

SOA: Is using PHP FPM to serve webservice traffic without NGINX a good idea?

I'm in the processes of developing a service oriented architecture using PHP. A member of my team has suggested that because each of the services serves only HTTP traffic, serving responses only in JSON (no static assets etc) that it's preferable…
Ben Waine
  • 163
  • 5
0
votes
1 answer

Can't access https web service from web server - Schannel fatal alert: 40

About a month ago our code to access a web service started failing, and gives an error relating to SSL connection: System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. at…
johna
  • 121
  • 1
  • 3
0
votes
1 answer

Opening up ports in Windows Server 2012 Firewall for Web Services

I have a website that has been migrated to a new server running Windows Server 2012 but it needs two ports opened so that it can access security web services on another server. I can open up the two ports via Windows Firewall Manager but how can I…
jtmk
  • 17
  • 4
0
votes
3 answers

Timer_EntityBody, Timer_ConnectionIdle and Connection Closed Unexpectly

We have a windows application, it connects to a web service (XML web service hosted on a Windows 2008 Server IIS 7.5, no antivirus) and fetches some data to the client. But sometimes (around 5%-10% of the requests), it gives an error when trying to…
ihsany
  • 101
  • 1
  • 3
0
votes
0 answers

What is causing HTTPS handshake not to occur?

I have two systems, running an application that does web service calls over HTTPS. I run a test by trying to log in to the HTTPS over webservice and one system works with HTTPS but the other does not. I have spent a while trying to find a difference…
dnelson
  • 101
  • 2
0
votes
1 answer

Is there a decent way to manage accounts across disparate web services?

I'm in the position of needing to manage the accounts of multiple people across many different types of services, including onboarding and offboarding users. Being that we're using multiple different web-based services which are generally more user…
Catskul
  • 1,929
  • 4
  • 20
  • 23
0
votes
0 answers

IIS web service responds on server, not from remote client

I have installed a web service on a server running IIS (v6, as far as I can tell). There is another service installed, which responds as expected. My service responds correctly when a browser is pointed to localhost, but there is no response when…
Aharon Manne
  • 131
  • 4
0
votes
4 answers

Alternative to IBM WebSphere DataPower XML Security Gateway XS40

Is there any alternative to this IBM solution for a SOAP security gateway? Maybe open source software or hardware from other vendors?
Martin K.
  • 750
  • 2
  • 10
  • 24