- What is a WSDL?
- Web Services Description Language — an XML document that describes a SOAP service's operations, message formats, and endpoints. Still in use across enterprise and government integrations.
- Does it generate client code?
- No. The formatter structures the WSDL for human reading. For client generation use language-specific tools (wsimport, svcutil, zeep).
- Can I see operations at a glance?
- The formatter groups definitions → types → messages → portType → binding → service in the canonical order and highlights operation names in the portType section.
- What about WSDL 2.0?
- Supported but less common than WSDL 1.1. The formatter auto-detects the version from the namespace.