@techspecguy @Kapische So it appears after testing the SOAP client is commented out on the Windows installs. You'll need to edit the 'php.ini' file located in the PHP folder in your installation path. Example: C:\Bitnami\dreamfactory-2.1.1-0\php Look for line 914: ';extension=php_soap.dll' and remove the semicolon preceding the extension. Save the changes and restart the Bitnami stack, clear the system cache and test the service again from API docs.
↧