Web Service Interface

From wiki.jriver.com
Revision as of 17:50, 3 August 2009 by JimH (talk | contribs)
Jump to navigation Jump to search

J. River Media Center 14 introduced a way for other programs to control the player. It can expose a Web Service Interface. This is self documented by the server by with a WSDL response. WSDL just lists the commands available and the syntax for using them.

You must first start Library Server in MC. If you are running Media Server, this will still be available even after you exit MC. See our Wiki entry on Servers for more about this.

Once the server is running, use a web browser to view the WSDL documentation. The command is: http://[library server address]/MCWS/v1/doc

If you're on the same computer as the server, you can use: http://localhost:80/MCWS/v1/doc (where 80 is the port that Library Server is running on)

More on Interact