time of installing migration tool in magento2.2.7 getting error vertex/sdk 1.0.0 requires ext-soap * -> the requested PHP extension soap is missing from your system.But soap is already installed and enabled. Attached error and phpinfo screen shot. Please help
1. Check in your php.ini file. under your lampp folder (opt\lampp\etc\php.ini)
Search like php_soap.dll; each dll extension
2. removing the first ; character, like this-
extension=php_soap.dll
3. Now restart the apache server