Top "Web-services" questions

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

Generating Request/Response XML from a WSDL

Is there a way to generate Request & Response XML formats from just a WSDL file - if the webservice …

xml web-services wsdl
JAX-WS - Adding SOAP Headers

I am trying to create a standalone client to consume some web services. I must add my username and password …

java web-services soap jax-ws ws-security
CXF: No message body writer found for class - automatically mapping non-simple resources

I am using the CXF rest client which works well for simple data types (eg: Strings, ints). However, when I …

java web-services cxf
Junit test case for database insert method with DAO and web service

I am implementing a webservice based university management system. This system adds certain courses to database. here below is the …

java web-services junit dao testcase
What is the difference between SOAP 1.1, SOAP 1.2, HTTP GET & HTTP POST methods for Android?

I am working on a code for SOAP Web services, I would like to know the variations in SOAP 1.1, SOAP 1.2, …

java android web-services http soap
Guid is all 0's (zeros)?

I'm testing out some WCF services that send objects with Guids back and forth. In my web app test code, …

c# .net wcf web-services guid
Best/Most Comprehensive API for Stocks/Financial Data

What is the most recommended free/public API for accessing financial market stats and stock quotes (preferrably real-time quotes)? I'm …

web-services api rest soap finance
How to generate WCF service with SvcUtil.exe

I am using SvcUtil.exe to generate IClassName.cs file from wsdl file and that is working fine. My problem …

c# .net web-services wcf contract-first
EOFError: end of file reached issue with Net::HTTP

I am using ruby-1.8.7-p302/Rails 2.3.11. I am trying to use FQL (Facebook API) to get stats for a link. …

ruby-on-rails ruby web-services facebook-fql
How to POST URL in data of a curl request

I am trying to post two parameters using curl, path and fileName: curl --request POST 'http://localhost/Service' --data "path=…

linux web-services bash curl http-post