Linda_Stinson
Employee
27-06-2014
After you create a new Project in Visual C# of type Console Application and add the WSDL References, you can paste the contents of this Program.cs into the Program.cs generated for you. Include everything between these tags:
namespace MyNeolaneAPICSharpApp
{
class Program
...
}
This will allow you to test different ways of calling the APIs from your custom client.