Top "Wsdl" questions

Web Service Description Language (WSDL) is an XML based, human- and machine-readable language used to describe a web service.

Generating Request/Response XML from a WSDL

Is there a way to generate Request & Response XML formats from just a WSDL file - if the webservice …

xml web-services wsdl
Android WSDL/SOAP service client

I have some web services that uses WSDL/SOAP for communication. Specifically, I am using PHP and Nusoap to make …

android soap service wsdl
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
Location of WSDL.exe

I recently heard of WSDL.Exe, but I am not sure where to find this program. Does anyone know where …

.net web-services sdk wsdl
Difference between Apache CXF and Axis

What are the advantages of using Apache CXF over Apache Axis and vice versa?

wsdl axis2 cxf axis
WSDL/SOAP Test With soapui

I have tested my web services (wsdl/soap) with soapui. and i have the errors : http/log : error 400 BAD REQUEST. …

web-services wsdl soapui
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
RESTful Services - WSDL Equivalent

I have been reading about REST and SOAP, and understand why implementing REST can be beneficial over using a SOAP …

rest wsdl
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
Web service client given WSDL

I am trying to create a web service client in Java. I am not aware of how to do it. …

java web-services wsdl webservice-client