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

ASPX.NET Web Services & IIS7, application pools

I have an aspx.net website running on the .net framework version 4.0, the website uses forms authentication, except for a small portion of the system, where the web services are kept, which has been configured to be accessible by all (using the…
0
votes
2 answers

SharePoint Designer using Dynamics CRM services as an external data source

I want to use Dynamics CRM services as a data source for SharePoint 2010. I'm using SharePoint Designer 2010 for work with SharePoint server. I tried to follow this instructions. And I'm planning to use links shown in Dynamics CRM -> Settings ->…
0
votes
1 answer

Replicating Two Server

I was given the task of replacing two servers not just RAID but everything. Also in the event of a failure of one the ip address would automatically handle request for the active one. Can someone please tell me the hardware i would need to achieve…
0
votes
1 answer

Web application/ site service (like Google App Engine) for PHP/ MySQL and Postgres

I would like to find a service similar to Google App Engine for PHP/ MySQL/ Postgres sites/ applications. We host two different types of site. i). PHP/ Mysql/ Zend Framework DocumentRoot "/home/websites/website.com/public" …
Simon
  • 131
  • 6
0
votes
3 answers

How to create log-server without affecting web-server?

I am thinking of making a log server to track all requests that come to my website in someway different from apache logs and thus be able to create custom reporting system. What is the best way to send such logging record from my web-server to the…
Alaa Alomari
  • 638
  • 6
  • 19
  • 37
0
votes
1 answer

What could be tampering with my outgoing messages causing signature verification to fail?

I have problem calling a SOAP Web Service. When I send my signed message from my local machine to the service I get a correct response. When I do the exact same thing from a machine in the production environment server setup I get a "The signature…
lox
  • 167
  • 1
  • 7
0
votes
1 answer

Service located on network

I've got a WCF web service that handles a portion of business logic and data access. This service is hosted on a server on our network at our office. Our website, hosted elsewhere, uses this service and believes it to be located at…
RobertMGlynn
  • 121
  • 2
0
votes
1 answer

Check if a web service is installed on Windows machine using console

I have to check if a web service is installed on the machine. There shouldn't be used any http requests and so all. All I have - is a ssh connection the machine. UPDATE There are many web services installed. So I have to search by given…
StKiller
  • 105
  • 1
  • 1
  • 5
0
votes
2 answers

how to publish web service on internet

Possible Duplicate: how to publish web service on internet I developed web-services in c# and published them on IIS. Now I want to take these web-services out of Intranet and expose them on the Internet. I am looking the possible solutions for…
Pooja
  • 117
  • 1
  • 5
0
votes
1 answer

Superfluous "WSD Print Device" detections

The situation: Small office network with a single subnet, Server 2008 R2 DC and Win7 Pro clients Multiple network printers (both Brother and HP) All printers are installed on the Server 2008 R2 domain controller, shared on the network, and pushed…
Skyhawk
  • 14,200
  • 4
  • 53
  • 95
0
votes
1 answer

Tracking down the cause of a web service fault running in IIS

I have built a web service in Visual Studio 2008, and deployed it on IIS 7 running on Windows Server 2008 R2. It has been extensively tested, handles all errors gracefully and logs any uncaught errors to a file using log4net. The system normally…
BG100
  • 169
  • 1
  • 14
0
votes
1 answer

Alias email trouble

I have a domain name that is regsitered for me but my registerer had locked it and I am unable to reach it now I happen to have the EPP code for this domain and I really need to move this domain to my server or just create an alias email account to…
Mouayad
0
votes
1 answer

How to change the port for the SAP Virtual Default Host (SICF) configuration?

I am unable to test services in transaction SICF in my SAP system because I have enabled HTTPS (on port 443) and removed the HTTP port. SICF uses the Virtual Default Host. How can I change the properties of this to make it use the HTTPS connection?
Techboy
  • 1,550
  • 7
  • 31
  • 49
0
votes
1 answer

WebService on IIS7 returning "The data is invalid", but works in ASP.NET Development server

I'm losing my nerves with an error that I never have encountered before: I set up a simple SOAP web service, that runs on .net 4, which receives a string as the input and returns a XMLDocument. When testing the service in the developer environment,…
Alois
  • 1
0
votes
2 answers

"Timeout expired" with application consuming web service on another machine

I am having issue with an ASP.NET web application hosted one server trying to consume an web service hosted on another server. When I browse to a page consuming the web service, I get the following error: Server was unable to process request. …