Reply to thread

Just realised something - you need to change this as well as the port for the web service (hosted by Apache as well) has changed as well.


Goto Mediaportal\MPWebControl\htdocs\webscheduler and open functions.php in notepad. Find this line:

[code]    $wsdl_url   = 'http://localhost/MPExtControlWS/service.asmx?WSDL';[/code]


and change it to:

[code]    $wsdl_url   = 'http://localhost:<port>/MPExtControlWS/service.asmx?WSDL';[/code]


replacing <port> with your new port number.


I'm not sure about your apache and IIS issue - AFAIK, they should work together.


Sam


Top Bottom