Reply to thread

Cooch, I've received the same error, for me the solution was to edit the index.php, install.php, webremote.php to reflect the correct port for the web server I was using, you'll find the line


$wsdl_url   = 'http://localhost/MPExtControlWS/MPWS.asmx?WSDL'


Replace it with


$wsdl_url   = 'http://localhost:<port>/MPExtControlWS/MPWS.asmx?WSDL'


Check if this works for you


Regards


Sebastian


Top Bottom