Demonstrates the basic concepts of the API with a Windows Forms application written in c# accessing the Author-it API Server with SOAP.
Location: <SDK Folder>\Samples\General Concepts (Winforms, SOAP)
Prerequisites
-
Microsoft .NET Framework 3.5
-
Microsoft Visual Studio 2008
-
Access to Author-it API Server with SOAP enabled
Installation and Configuration
-
Open sample project file with Visual Studio: "General Concepts (Winforms, SOAP).csproj".
-
Set the "Author-it API" reference to your installed "Authorit.API.dll" assembly path.
-
Open "App.config" file and replace all references to "http://localhost:9099" with the base address of your Author-it API Server.
-
Build and run the application.