Top "Web-services" questions

A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.

I need to learn Web Services in Java. What are the different types in it?

Recently, I decided to start learning about java web services and when I started to search a tutorial for java …

java web-services
The type or namespace name 'Entity' does not exist in the namespace 'System.Data'

I'm using WS class and it gave me error when I run the application: The type or namespace name 'Entity' …

c# asp.net .net web-services entity-framework-4.1
A message body writer for Java type, class myPackage.B, and MIME media type, application/octet-stream, was not found

I am new at RESTful webservices and was trying to update my @OneToMany relationship from a standalone client application, but …

web-services rest jersey java-ee-6 jax-rs
How to publish a Web Service from Visual Studio into IIS?

I have written a WCF web service in C#. I had originally self-hosted it and then decided to host it …

web-services iis iis-7 publish
SOAP or REST for Web Services?

Is REST a better approach to doing Web Services or is SOAP? Or are they different tools for different problems? …

xml web-services rest soap
PUT and POST getting 405 Method Not Allowed Error for Restful Web Services

I am trying to set up a simple Restful Web-Service which returns either JSON or XML according to the Accept …

java web-services rest spring-mvc restful-url
How to send a POST request using volley with string body?

I'm developing an Android app that communicate with a RESTful web service I wrote. Using Volley for GET methods is …

android web-services rest android-volley
Service Reference Error: Failed to generate code for the service reference

I have a Windows Service Solution and am trying to add a service reference to a Hermes(Opensource ebms message …

c# .net visual-studio-2010 web-services service-reference
RESTful web service - how to authenticate requests from other services?

I am designing a RESTful web service that needs to be accessed by users, but also other web services and …

web-services authentication rest restful-authentication client-certificates
Call web service in excel

In a VBA module in excel 2007, is it possible to call a web service? If so, any code snippets? How …

vba excel web-services office-2007