Top "Web-services" questions

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

jQuery Call to WebService returns "No Transport" error

I have the following web service; [WebMethod] public string HelloWorld() { return "Hello World"; } It's stock standard with no alterations to …

jquery ajax web-services
How to easily consume a web service from PHP

Is there available any tool for PHP which can be used to generate code for consuming a web service based …

php web-services visual-studio wsdl
Multiple contexts with the same path error running web service in Eclipse using Tomcat

This is the error that I got when I created my first Axis2 web service using Eclipse. After I wrote …

eclipse web-services tomcat axis
Please initialize the log4j system properly. While running web service

Maybe it looks silly to ask this but I am confused. I referred to Configuring Log4j property but it …

java web-services log4j axis
How to generate service reference with only physical wsdl file

I have been creating and consuming web services for years and always have been able to use Visual Studio to …

.net web-services service-reference
PowerShell script to check the status of a URL

Similar to this question here I am trying to monitor if a set of website links are up and running …

powershell web-services powershell-2.0 monitoring
Difference between OData and REST web services

What is the difference between OData and REST-ful web services?

web-services rest odata
Example of SOAP request authenticated with WS-UsernameToken

I'm trying to authenticate a SOAP request using WS-UsernameToken spec, but the target device is always denying access. My non-working …

web-services soap ws-security digest usernametoken
The request was rejected because no multipart boundary was found in springboot

As I am trying this with spring boot and webservices with postman chrome add-ons. In postman content-type="multipart/form-data" and …

java web-services file-upload spring-boot multifile-uploader