About 2,410,000 results
Open links in new tab
  1. Generating HTML documentation from WSDL - Stack Overflow

    Documenting of all interconnections between WSDL definitions and XSD components: Hyperlinks from WSDL messages to the details of XSD elements/types describing the message data. In …

  2. What are WSDL, SOAP and REST? - Stack Overflow

    Sep 21, 2010 · WSDL is Web Service Description Language. A request ending in '.wsdl' to an endpoint will result in an XML message describing request and response that a use can …

  3. terminology - What is a web service endpoint? - Stack Overflow

    To see the WSDL you add ?wsdl to the web service endpoint URL. Web services are for program-to-program interaction, while web pages are for program-to-human interaction.

  4. web services - WSDL/SOAP Test With soapui - Stack Overflow

    I used IE/Firefox to see WSDL and I used Visual studio / svcutil (MS tools for creating service proxies) to simulate soapUI behavior (I don't have soapUI installed at home). I used Fiddler to …

  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. INVALID_WSDL error when calling SOAP service - Stack Overflow

    I'm programming a SOAP client for an existing soap web service. I'm using Wildfly8.2 as a server where the client is and JbossWS, JAX-WS I generated the classes needed to call the service …

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

  8. What do you recommend using for graphically visualizing a WSDL?

    I'm looking for a good solution for graphically viewing a SOAP-based web service and possibly interacting with it (for testing purposes). Online (browser-based) solutions would be interesting …

  9. SOAP-ERROR: Parsing WSDL: Couldn't load from - but works on …

    This works fine on my WAMP server, but doesn't work on the linux master server!?

  10. javascript and web services WSDL - Stack Overflow

    i want to call a web service using javascript. i have a form where i give some parameters (int) and want to get the result how can do it using javascript? here are the WSDL files <definitions ...