About 13,100,000 results
Open links in new tab
  1. web services - What are WSDL, SOAP and REST? - Stack Overflow

    Sep 21, 2010 · A WSDL is an XML document that describes a web service. It actually stands for Web Services Description Language. SOAP is an XML-based protocol that lets you exchange …

  2. How to get the wsdl file from a webservice's URL

    Dec 23, 2013 · And if you don't get the wsdl you may get an xml with a binding key or some sort of validation code that will help you to compose the actual url of the wsdl.

  3. Difference between a SOAP message and a WSDL? - Stack Overflow

    A wsdl is a specification of which messages can be sent and what can be expected as response. An a sense, the wsdl document is not necessary for the soap communication, but it is a …

  4. c# - How to use a WSDL - Stack Overflow

    Aug 19, 2009 · 17 Use WSDL.EXE utility to generate a Web Service proxy from WSDL. You'll get a long C# source file that contains a class that looks like this:

  5. How to generate service reference with only physical wsdl file

    Dec 17, 2022 · WSDL /verbose C:\path\to\wsdl WSDL.exe will then output a .cs file for your consumption. If you have other dependencies that you received with the file, such as xsd's, …

  6. What is the difference between XSD and WSDL? - Stack Overflow

    Mar 23, 2021 · WSDL (Web Services Description Language) describes your service and its operations - what is the service called, which methods does it offer, what kind of in parameters …

  7. REST web service WSDL? - Stack Overflow

    The WSDL 1.1 HTTP binding was inadequate to describe communications with HTTP and XML, so there was no way to formally describe REST Web services with WSDL. The publication of …

  8. How to do a SOAP wsdl web services call from the command line

    How to do a SOAP wsdl web services call from the command line Asked 13 years, 3 months ago Modified 6 years, 5 months ago Viewed 405k times

  9. How to make a PHP SOAP call using the SoapClient class

    Jul 21, 2012 · I've got a WSDL file which allows me to properly set up a new connection using the SoapClient class. However, I'm unable to actually make the right call and get data returned.

  10. web services - WSDL validator? - Stack Overflow

    Sep 30, 2008 · Is there any online service available to validate Web Service WSDL file?