When we develop a new WooCommerce store locally, sooner or later the problem of missing SOAP extension in XAMPP comes. This SOAP extension is required, for example, when connecting DHL via WooCommerce Germanized Pro.
However, the problem can be solved in a minute:
- XAMPP Control Panel
On the Apache server, click on “Config” and select “php.ini” from the menu. - Search for the extension “extension=soap” and activate it.
To activate, simply remove the semicolon (;) before “extension=soap”. - Save php.ini
- Restart Apache server
That was it! Now the SOPA extension should be loaded and work smoothly.