Web Service Interface: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 8: Line 8:
If you're on the same computer as the server, you can use:
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)
http://localhost:80/MCWS/v1/doc (where 80 is the port that Library Server is running on)

More on [http://yabb.jriver.com/interact/index.php?topic=53188.msg362433#msg362433 Interact]


[[Category: Frequently Asked Questions]]
[[Category: Frequently Asked Questions]]

Revision as of 17:50, 3 August 2009

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