Top "Soap" questions

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

Add SOAP header object using pure JAX-WS

I'm trying to implement simple web service client for PayPal Express Checkout API using JAX WS. PayPal Express Checkout API …

web-services soap jax-ws paypal webservice-client
How do I add a SOAP Header using Java JAX-WS

A typical SOAP client request using JAX-WS might be FooService service = new FooService(); FooPort port = service.getFooPort(); FooPayload payload = new …

soap header jax-ws
Why am I receiving a java.net.SocketException: Connection reset error from web service through SOAP UI and Java client?

I am converting a visual foxpro application to a java web application and one small, but important piece of the …

java web-services soap soapui
How to add soap header when making a soap request using the java objects generated by wsdl

I generated client java objects using JAX-WS RI. I am trying to make a SOAP request to a web service. …

java web-services soap soap-client soapheader
Handling Soap timeouts in PHP

I'm working on a project where I am verifying information from a user with a SOAP web service. I currently …

php web-services soap error-handling
How to add a Web reference Visual Studio 2012

Is it possible to add a web reference to my project in Visual Studio 2012? In Visual Studio 2010 it was possible …

soap visual-studio-2012 web-reference
How to get rid of "Uncaught SoapFault exception: [Client] looks like we got no XML document in..." error

I'm trying to develop business logic for a dynamic site using nusoap on server side (because I need wsdls, and …

php soap wsdl web-services nusoap
How to dump SoapClient request for debug?

I need to debug some code which uses soap client. I found getLast* methods in php.net, but when I …

php soap
What is the relationship between WCF, Rest and SOAP?

What is the relationship between WCF and REST&SOAP? Is WCF based on one of those technologies (REST or …

wcf web-services rest soap
Do you know of any free SOAP webservices (for tutorial purpose)

Only for tutorial purpose, I would like to try to use a free SOAP web services available. Which ones come …

soap webservice-client