Model
Server
Magento\Webapi\Model\Soap\Server
What it does
This class implements Magento 2's SOAP server functionality for handling web API requests via SOAP protocol.
Developers would use this when setting up or customizing SOAP-based web services, as it processes incoming SOAP requests, generates WSDL documents, manages endpoint URIs, and handles request validation.
It's the core component that powers Magento's SOAP API functionality.
Public Methods
- handle()
- getApiCharset()
- generateUri()
- getEndpointUri()