Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

Program.cs to use with Visual C# Project

Avatar

Employee

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

    {

...

    }

}

1 Reply

Avatar

Employee

This will allow you to test different ways of calling the APIs from your custom client.