Top "Soap" questions

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

Can a WSDL indicate the SOAP version (1.1 or 1.2) of the web service?

Is it possible to see if a web service uses SOAP 1.1 or 1.2, based on the information in the WSDL?

web-services soap wsdl
What is the difference between JAX-RS and JAX-WS?

After reading a few articles about JAX-RS and JAX-WS, I had a few questions that I want to confirm? Can …

web-services rest soap jax-ws jax-rs
Compare and contrast REST and SOAP web services?

I currently figure out the similar is both using internet protocol (HTTP) to exchange data between consumer and provider. The …

web-services rest soap
Uncaught SoapFault exception: [HTTP] Error Fetching http headers

I'm trying to create a soap connection to Magento's web services, however I'm getting an error when I try and …

php soap magento wsdl
Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled

I am facing problems in invoking a method present in a web service. The wsdl was created using AXIS. When …

java xml web-services soap
How can I make Spring WebServices log all SOAP requests?

I need all SOAP requests logged in the CommonLogFormat (see http://en.wikipedia.org/wiki/Common_Log_Format), plus the …

java spring web-services spring-mvc soap
Simply consuming a web service in Java

I have a very simple SOAP web service that I need to consume from a Java client. What is the …

java web-services soap
How do I see the actual XML generated by PHP SOAP Client Class?

Consider this example SOAP Client script: $SOAP = new SoapClient($WDSL); // Create a SOAP Client from a WSDL // Build an array …

php xml soap
Android, sending XML via HTTP POST (SOAP)

I would like to invoke a webservice via Android. I need to POST some XML to a URL via HTTP. …

xml android http soap post
REST web service WSDL?

I am implementing a web service and I have implemented both a REST and SOAP version to see which suited …

web-services rest soap wsdl wadl