Top "Soap" questions

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

WSDL Cannot find dispatch method for

For a web service call using a WSDL, I'm getting the error Cannot find dispatch method for {http://ws.somecompany.…

soap wsdl
SOAP: looks like we got no XML document

I'm trying to create a web service but before I do I'm trying to get a simple example that I …

php soap nusoap
Do SOAP Web services support only "POST" http method

I faced this question on one of interviews, so could you please tell whether SOAP Web services support only "POST" …

java web-services http post soap
What's the difference between XML-RPC and SOAP?

I've never really understand why a web service implementer would choose one over the other. Is XML-RPC generally found in …

xml web-services soap xml-rpc
Why do we need RESTful Web Services?

I'm going to learn RESTful web services (it's better to say that I'll have to do this because it's a …

web-services rest soap architecture
CXF client exception: Interceptor for {XXX} has thrown exception, unwinding now

I am encountering this following CXF exception: warning: Interceptor for {http://example.com/wsdl/esc/2011-12-12/}AmazonEC2#{http://example.…

java soap cxf
Testing web service with SoapUI and Windows authentication

Is it possible to include the Windows domain credentials to test my web service with SOAP UI? I found a …

web-services testing soap user-interface soapui
Getting no SOAPAction header error in sending a SOAP request as HTTP POST

I am sending a SOAP Request as HTTP POST in SOAPUI due to some project constraints. My Request is here : …

xml web-services soap soapui
How to convert SOAP response to PHP Array?

I am unable to convert SOAP response to Array in php. here is the code $response = $client->__doRequest($xmlRequest,$…

php xml soap soap-client
c# Soap Client Issue - more than one endpoint configuration for th at contract was found

I am trying to write a simple c# console application to test the SOAP API from here: https://www.imailtest.…

c# soap