Top "Web-services" questions

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

Restful API service

I'm looking to make a service which I can use to make calls to a web-based REST API. Basically I …

android web-services api rest
Importing xsd into wsdl

This is my current configuration: XSD <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns="http://stock.com/schemas/…

web-services xsd wsdl wsdl2java
getResourceAsStream() is always returning null

I have the following structure in a Java Web Application: TheProject -- [Web Pages] -- -- [WEB-INF] -- -- -- …

java web-services jboss inputstream
How to add soap header in java

i have a NO-.net webservice from oracle To access i need to add the soap header. How can i …

java web-services jax-ws ws-security soapheader
How can I verify a Google authentication API access token?

How can I verify a Google authentication access token? I need to somehow query Google and ask: Is [given access …

web-services api oauth google-oauth google-authentication
Difference between a SOAP message and a WSDL?

I am confused about how SOAP messages and WSDL fit together? I have started looking into SOAP messages such as: …

java web-services soap wsdl
UEFA/FIFA scores API

Does anybody know if UEFA or FIFA provide a scores api for football matches, official team players list, transfers, etc? …

web-services api rss
How to generate java classes from WSDL file

I am working towards an android application. I need to use a web service. I have a wsdl file but …

java android web-services wsdl
How to secure RESTful web services?

I have to implement secure RESTful web services. I already did some research using Google but I'm stuck. Options: TLS (…

web-services security rest oauth restful-authentication
How to check task status in Celery?

How does one check whether a task is running in celery (specifically, I'm using celery-django)? I've read the documentation, and …

python web-services celery django-celery