Microsoft.Net / WCF
From MythTV Official Wiki
Revision as of 16:32, 10 April 2012 by Dblain (talk | contribs) (Created page with "==Using the Service API with Microsoft Visual Studio== Using the Services API is really simple when using .Net and WCF (Windows Communication Framework). Start with a projec...")
Using the Service API with Microsoft Visual Studio
Using the Services API is really simple when using .Net and WCF (Windows Communication Framework).
Start with a project that uses .Net Framework 3.0 or greater.
Right click on the "Service Reference" node in the solution tree and pick "Add Service Reference..."
Enter in the URL to the service WSDL and give it a service name.