Top "Soap" questions

Simple Object Access Protocol (SOAP) is a protocol specification for exchanging structured information in the implementation of Web Services.

SOAP request to WebService with java

I'm a bit confused about how to make a request to a webservice via java. For now the only thing …

java web-services soap
SOAP-ERROR: Parsing WSDL: Couldn't load from - but works on WAMP

This works fine on my WAMP server, but doesn't work on the linux master server!? try{ $client = new SoapClient('http://…

php soap
How can I consume a WSDL (SOAP) web service in Python?

I want to use a WSDL SOAP based web service in Python. I have looked at the Dive Into Python …

python web-services soap
What are WSDL, SOAP and REST?

What is WSDL? How is it related to SOAP? Where does REST fit in all of that?

web-services rest soap wsdl
Node.js: how to consume SOAP XML web service

I wonder what is the best way to consume SOAP XML web service with node.js Thanks!

xml node.js soap
SOAP client in .NET - references or examples?

Background: I am creating a webservices site which will provide many types of simple services over SOAP and possibly other …

c# wcf soap soap-client
How to post SOAP Request from PHP

Anyone know how can I post a SOAP Request from PHP?

php web-services soap
SOAP Action WSDL

I'm trying to implement a client for National Rail Enquiries' SOAP Service (http://www.livedepartureboards.co.uk/ldbws/). I stick …

soap wsdl action
Getting Raw XML From SOAPMessage in Java

I've set up a SOAP WebServiceProvider in JAX-WS, but I'm having trouble figuring out how to get the raw XML …

java soap jax-ws
SSLHandshakeException: No subject alternative names present

I am invoking HTTPS SOAP web service through java code. I have already imported self-signed certificate in jre cacerts keystore. …

java tomcat soap ssl https