About 5,040,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

    Sep 11, 2017 · 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

    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. Generating Request/Response XML from a WSDL - Stack Overflow

    Mar 10, 2016 · Take the message names from "wsdl:input" and "wsdl:output". Match them against "wsdl:message" names which will likely be above the "wsdl:portType" entries in the WSDL. …

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

    Oct 3, 2012 · I know this is a n00b question and I'm ashamed to be asking it, but how do I do create the equivalent Service Reference information in my client when all I have available to …

  7. 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.

  8. How to reference a WSDL file using Visual Studio Code?

    Nov 8, 2016 · 15 Important disclaimer. This question isn't about generating a proxy to WSDL. It's not about creating a reference in VS Code, neither. I'm using Visual Studio Code (latest …

  9. 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 …

  10. How to make a SOAP/WSDL client in C#? - Stack Overflow

    How to make a SOAP/WSDL client in C#? Asked 15 years, 7 months ago Modified 5 years, 3 months ago Viewed 67k times