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

Recover Index File + Overwrite or Hacked by SomeOne + Linux Server

Some body overwrites my index file of every folder at linux server. Is it possible to recover all the files from server to make website in running state.
Rubyist
  • 111
  • 3
0
votes
1 answer

Web service WSDL and discovery is not working correctly

Background: We have a remote web server that has our web site and web service on it. We have access to this service and the site, but not the server directly as it is managed by another company. The Problem: Our web services are operational and work…
Mike Webb
  • 101
  • 1
  • 2
0
votes
2 answers

Load balance web services

I've got a slightly different approach to load balancing here, its more for maintenance and high-availability at the application rather than at the physical host. Say I have 2 web services, which I deploy to 2 web servers. So far, its easy to set up…
gbjbaanb
  • 3,892
  • 1
  • 23
  • 27
0
votes
5 answers

How many server side resoures I’d need to build an e-commerce website of over 200 million per month?

How many server side resoures I’d need to build a website of over 200 million pageviews per month, each page has a size of around 400kb, could anybody help me to figure it out or estimate it? How many servers i need? Which is a good provider, i know…
Enrique
  • 113
  • 1
  • 6
0
votes
1 answer

How can I make public a webservice in my Windows 2003 server?

I'm trying to figure out how can I configure IIS to host a .NET Webservice (.asmx file) for public domain. The idea is to make public the asmx url so anyone can view it using Internet Explorer using http://ourpublicserver.com/ourwebservice.asmx (so…
Junior Mayhé
  • 185
  • 1
  • 10
0
votes
2 answers

tomcat server can not be accesed remotly

I am running tomcat server on Fedora machine. when I run tomcat using following command, service tomcat start it runs on localhost , but when i try to connect to the server using public ip address of the server as follows…
KItis
0
votes
2 answers

Which CMS for a mobile app? No HTML, just XML or JSON

I am a newbie in content management systems. I would need a CMS that can transfer content by XML or JSON to a client. It is ok if the CMS can also manage HTML websites, but the priority is on the data transfer over a web service. Which is the best…
Sascha
  • 109
  • 1
  • 2
0
votes
2 answers

Could not load file or assembly "homebrew.dll". Access is denied

We have a webservice running on IIS written in c#. Lately we've been having this Could not load file or assembly "mycustomlibrary.dll". Access is denied. It doesn't happen every time on the same assembly. Any pointers to where to look?
GoDaddy
  • 111
  • 1
  • 4
0
votes
1 answer

Best web service server configuration

We've just taken over supporting a system for a new client, and they would like to expand on the server infrastructure it uses. My expertise is more in development, I have a few ideas but I would greatly appreciate any others or helpful links. I'm…
Geoff Wray
0
votes
1 answer

What permissions or local security policy settings are needed for a AD account to run .NET application on IIS

I have a Windows Server 2003 running IIS. I have created an application pool specifically for a web service application. The identity of that application pool is a domain account. The domain account is needed for SQL Server access via windows…
Jim R
  • 251
  • 1
  • 5
  • 14
0
votes
0 answers

Tomcat 404 error after calling the web services

For the first time, I want to deploy a java web application in tomcat9 (On the Linux OS). I have successfully deployed it and tomcat is running. Also, on the browser, the index.jsp page is shown correctly. But when I try to call the application web…
0
votes
0 answers

Securing endpoints on Azure Application Gateway for access by HubSpot

We have a legacy system which presents a REST API that has Basic Authentication / this API has so far only been accessible from within our private network. We've been asked to make this API available publicly. However, our InfoSec team have a rule…
0
votes
1 answer

ISA Related Questions: Is our network ISA-Enabled?

We have a product that uses Web Services. On our primary testing here on our local site, the product seems to be functioning well. When the product was deployed on another site, it went crazy with the infamous ISA HTTP 407 error. So I have a couple…
Ian
  • 901
  • 2
  • 7
  • 10
0
votes
0 answers

Denodo/VQL ISO_WEEK

In Denodo, I wanted to work with iso week. There were no functions or calculations that I could find. I wanted to use the following code: GETWEEK("ISO WEEK", ADDWEEK(CURRENT DATE(), 1)) returns the current week. There is, of course, no ISO WEEK…
0
votes
1 answer

Changing the disk type of vsphere VM using Rest API

I am looking for a way to convert my Vsphere VM disk type using REST API calls, like "Dependent" and "Independent-Nonpersistent". i was searching in the documentation for Sphere 6.7,could not find a way to perform this operation Can someone please…
1 2 3
11
12