View
 

SOAP Web Service: Creating your EmailTest object

You can think of the EmailTest class as a representation of your email test. So the first thing you need to do is create a new email test object. Let's do this now in pseudo code:

 

var emailTest = new EmailTest()