Model
Config
Magento\Webapi\Model\Soap\Config
What it does
This class manages SOAP Web API configuration in Magento 2, providing information about available SOAP operations, their corresponding service classes, methods, and security settings.
Developers use it when working with SOAP endpoints to retrieve operation metadata, validate requested services, and generate SOAP operation names from service interfaces.
Public Methods
- getServiceMethodInfo()
- getRequestedSoapServices()
- getSoapOperation()