Top "Wsdl" questions

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

How to determine method names and parameters in wsdl web service

I have few problems with Web Services and KSoap library. I searched this topic before asking but couldn't find anything. …

parameters wsdl ksoap2
soap parsing wsdl error: Unexpected element: TAG_END

I have an error importing a WSDL definition from an ASP.NET version 4 Visual Studio 2010 Express project, into SOAPUI 4.5.1 URL …

wsdl soapui
Create WCF service for unmanaged C++ clients

I need to get unmanaged Windows C++ clients to talk to a WCF service. C++ clients could be running on …

c++ wcf web-services soap wsdl
Override Default Constructor of Partial Class with Another Partial Class

I don't think this is possible, but if is then I need it :) I have a auto-generated proxy file from …

c# web-services wsdl overriding partial-classes
axis2 maven example

I try to use axis2 (1.5.1) version to generate java codes from wsdl files, but I can't figure out what is …

maven-2 wsdl axis2 xmlserializer wsdl2code
'wsimport' is not recognized error in command prompt

I am new at web-services. I am trying to generate the stubs using this command: wsimport -d ./build -s ./src …

java web-services web wsdl wsimport
How to call a web service with no wsdl in .net

I have to connect to a third party web service that provides no wsdl nor asmx. The url of the …

c# .net web-services soap wsdl
Web Services in C and C++

I want to host web services in an existing C/C++ application. What is the best solution? I would like …

c++ web-services soap wsdl
MinOccurs 0 and nillable true

In my wsdl I have an element: <xsd:element minOccurs="0" name="birthDate" nillable="true" type="xsd:dateTime"/> I …

xml soap xsd wsdl
Difference between WSDL 2.0, WADL & XRD?

WSDL 2.0: www.w3.org/TR/wsdl20/ WADL www.w3.org/Submission/wadl/ XRD www.oasis-open.org/committees/download.php/35274/xrd-1.0…

web-services rest wsdl wadl