When trying to connect to the JRiver web service with Visual Studio I get at error. Any suggestions?
Error:
The request failed with the error message:
--
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Response Status="Failure" Information="Function 'WSDL/_vti_bin/ListData' not found."/>
--.
Metadata contains a reference that cannot be resolved: '
http://myserver:52199/MCWS/v1/WSDL'.
The content type text/xml ; charset="utf-8" of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<wsdl:description xmlns:wsdl="
http://www.w3.org/ns/wsdl" xmlns:whttp="
http://www.w3.org/ns/wsdl/http" targetNamespace="/MCWS/v1/wsdl" xmlns:tns="/MCWS/v1/wsdl">
<wsdl:documentation>WSDL 2.0 description of the MCWS web service.</wsdl:documentation>
<wsdl:interface name="MCWSInterface">
<wsdl:operation name="Alive">
<wsdl:documentation>Simple query to ensure the server is running and to check versions.</wsdl:documentation>
</wsdl:operation>
<wsdl:operation name="Authenticate">
<wsdl:documentation>Simple query to test and establish authentication.</wsdl:documentation>
</wsdl:operation>
<wsdl:operation name="Playback/PlayPause">
<wsdl:documentation>Start playback or toggle the pause state.</wsdl:documentation>
</wsdl:operation>
<wsdl:operation name="Playback/Pause">
<wsdl:documentation>Set the pause state.</wsdl:documentation>
</wsdl:operation>
<wsdl:operation name="Playback/Next">
<wsdl:documentation>Advance to the next track.</wsdl:docume'.
If the service is defined in the current solution, try building the solution and adding the service reference again.