warningThis page is deprecated
Build The C# SOAP Sample Client
The Blackboard Learn sample code contains a fully-functional client that provides form-based interaction with all of the available SOAP-based Web Services. This allows a Developer to interact with any of the Web Services, see what data is required, try different combinations and permutations and inspect the code behind it. This is a great tool to use to assist in designing your Web Services integration, and even to troubleshoot an existing integration from release-to-release.
This help article assumes that you have downloaded the Web Services Sample Code and that you have built the .NET Web Services Library
How to Build
Building the .NET Sample Client is really quite simple, once you have
generated and built the Web Services Library. The solution has already been
created, and lives in the **_
Now simply click Debug->Build and build the project. This will place an
executable called wsagent.exe in the _**