Using .NET C# and the Orchestrator Web Service

I needed to capture the blogs I used to create the helper class for the website I am building. This site will launch Orchestrator Runbooks using the Orchestrator service. I found it a lot easier to use the helper class generated from the service.

This blog helped:

http://blogs.technet.com/b/neilp/archive/2012/02/14/sql-cluster-with-custom-front-end.aspx

But here is the blog that helped me get over the learning curve:

http://www.damianflynn.com/2011/08/15/orchestrator-c-and-runbooks/

I’ll post the steps I used to create the site when I find time.

Create a helper class from the Orchestrator service:

cd c:\Windows\Microsoft.NET\Framework\v3.5\

DataSvcUtil.exe /dataservicecollection /version:2.0 /language:CSharp /out:SCORCHWebServiceClass.cs /uri:https://orchestratorws:444/Orchestrator2012/Orchestrator.svc

 

Leave a Reply