I wanted to know if anyone got an error and a fix using the 2.0 API function ScheduleCampaign.
Everything seems to working fine when using SOAPUI and sending the campainRunAt value (2013-01-29T21:48:30Z), but I cannot send the info when using ASP.NET code.
schCampaign.campaignRunAt = DateTime.UtcNow or
schCampaign.campaignRunAt = DateTime.Now
Both return 2130 - Invalid Date-time
Bruno