Log in
Model

Generator

Magento\Webapi\Model\Soap\Wsdl\Generator

What it does

This class generates WSDL (Web Services Description Language) documents for Magento 2's SOAP API.

Developers use this when they need to provide SOAP web service definitions to external systems or clients that need to consume Magento's API.

It automatically creates the XML schema definitions, operation bindings, and message structures based on service metadata.

Public Methods

  • getPortTypeName()
  • getBindingName()
  • getPortName()
  • getServiceName()
  • getInputMessageName()
  • getOutputMessageName()