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
1
vote
0 answers

Destination Host Unreachable and Communications link failure when I connect to MySQL database using D2RQ library

I have a question: I have a web service which runs on a virtual machine located on a remote server with Ubuntu 12.04 operating system. Now, I want to test this Web Service and I'm using this code that I have developed in my Web Service…
1
vote
0 answers

SharePoint Server PowerShell Access Denied

I am running a custom web service on a sharepoint server (2010). My script works fine until I make a call to update a database. I get this error: Exception calling "Update" with "0" argument(s): "Access denied." ---> Access denied. My web service…
Doug
  • 11
  • 2
1
vote
1 answer

Exchange 2013 Management Web Service

Does a web service exist for performing management tasks against Exchange 2013 - equivalent to powershell commands such as: Enable-Mailbox Add-MailboxPermission Set-Mailbox ... I am aware of options like wrapping remote powershell code etc, but…
Kjensen
  • 1,039
  • 10
  • 28
  • 39
1
vote
0 answers

Need help solving permission error on navision 2013 webservices

I think this question border on both programmers and server admin knowledge so let's hope I choose the correct forum. I need to make an application communicate with Microsoft dynamics 2013 using it's web-services. At the moment I can successfully…
zu1b
  • 121
  • 1
  • 3
1
vote
1 answer

ADCS WebEnrollment : The context was acquired as silent

I have setup Active Directory Certificate Services with Web Enrollment and I have the following error when enrolling certificate on other computers that are in the same domain : Certificate enrollment for Local system failed in authentication to …
1
vote
1 answer

Access web service from external network

I'm trying to deploy a web service (wsdl) on a machine running Ubuntu 12.04 and access it service via external network, i.e. the internet. At first, I tested with apache2 by starting it and accessing a simple website via http:///. It…
Long Thai
  • 113
  • 2
1
vote
1 answer

Configuring IIS as a proxy that saves SOAP messages passing through

Can IIS be configured as a proxy and save the webservice SOAP payloads that pass through it? Ideally the messages would be saved to the filesystem to be picked up by our test tool. We're setting this up for our test environment as a means to…
user121861
  • 21
  • 3
1
vote
1 answer

Can I easily setup a relay on a unix server which only accepts connection on a single IP?

I have a situation where I've developed a website on Windows and come to find only a single UNIX server has been white listed for the back end server-to-server information exchange that needs to be performed. My options seem to be: Migrate to…
Aaron Anodide
  • 183
  • 1
  • 9
1
vote
0 answers

Request format unrecognized error in SharePoint 2010 keeps coming back in custom webservice

We have a SharePoint 2010 installation where we installed a custom web service (using a .wsp) from a third party (so no access to the source). After installation everything worked fine. When we checked again after a couple of days, we got an…
1
vote
1 answer

Got Permission denied with JAX-WS client on tomcat6 server

I have a strange behaviour with a java client that uses webservice stubs generated by wsimport. The client says sth about Got Permission denied: connect while opening stream from http://dev:8080/LicenseServer/services/ServerImpl?wsdl But I can open…
1
vote
0 answers

Webservice randomly dropping connections - possibly due to firewall nonevent data?

I have a hosted webapp which requests data from a REST webservice in our office. Each page calls one (or several) webservices, which go from our host, via our firewall (a Watchguard Firebox) to a server in our office. All of a sudden, the app has…
adam
  • 243
  • 2
  • 6
1
vote
1 answer

.svc web service broken when moving to IIS 7

I'm trying to move an application from IIS 6 to IIS 7. I've managed to get everything working except for the web services (.svc files). These return 404 exceptions. In the failed request logs I get the following warning, and everything else…
1
vote
1 answer

Configure Apache to proxy calls for a WebService behind a VPN

I have an uncommon situation. I need to access from an embedded platform a WebService that needs VPN authentication. I can't connect to the VPN from the embedded platform because it only supports windows clients. I believe the only solution for that…
Marcus
  • 111
  • 3
1
vote
1 answer

Sharepoint Web Service Alternative?

I need to call my reporting engine from sharepoint workflow. What's the best way to do this? It has been suggested that I use a web service, but what other alternatives are there, and how do they compare?
Tomas
1
vote
1 answer

Configuration Error: 'Logon failure: the specified account password has expired.'

My boss just made several Windows updates to our server computer last night and in doing so we can no longer access the server from within the application. I went on the server to try and see what the problem was and I get this message. Now I've…
MPaul
  • 141
  • 2
  • 6