WSDL Analyzer

Changelog

Every meaningful change to WSDL Analyzer, newest first.

major

Next.js rebuild: a tool per URL

  • Rebuilt the entire frontend in Next.js with a modern dark UI. Every tool now has its own page and URL instead of living in tabs on one page.
  • New dedicated pages: WSDL Formatter, SOAP Formatter, WSDL→XML, WSDL Diff, XML Compare, XML Analyzer, XML Formatter, XML Validator, XML Tester, XML Parser, XML↔JSON converters, and the XML Generator.
  • Added About and Changelog pages, an interactive XML parser tree view, and per-page FAQs with structured data for search and AI engines.
  • Your saved SOAP history and environments carry over unchanged; they live in your browser.
feature

Cleaner icons & live analysis counter

  • Replaced emoji with crisp SVG icons throughout the interface.
  • Added a server-side counter showing the total number of WSDLs analyzed.
feature

Developer tools v2

  • Request Builder: generate a SOAP request from an operation's actual schema using a form, with no hand-editing XML.
  • WSDL Diff: compare two WSDL versions and see added, removed, and changed operations.
  • Environment Manager: define Dev/QA/Prod variable sets and use {{variable}} placeholders in the SOAP tester.
feature

Developer enhancements & SOAP tester

  • SOAP Request Tester: send SOAP requests to live endpoints through a CORS-free proxy with full response inspection.
  • Code generation in five languages (Python requests, Python zeep, C#, Java, Node.js) for any operation.
  • Request history persisted in your browser, with reload and delete.
  • Fixed the Extract Endpoints reference error, the XML→cURL repeated-click corruption, and the Format & Beautify repeated-indentation bug.