View
 

SOAP Web Service - Email tests

Your first step is to setup your SOAP client with our WSDL. In .NET 2.0 and below, and Java, this is a case of adding a Web Reference. In .NET 3.0+ you'll need to follow these instructions to add a Web Reference (instead of a Service Reference) in Visual Studio. If you're using any other language and framework, please consult the documenation for the SOAP library you've chosen. In all cases, our WSDL is:

 

https://soap.litmusapp.com/soap/wsdl

 

Starting a new email test via the SOAP Web Service is a simple process of preparing an EmailTest object (which contains information about the test you're about to start) and then calling the web method CreateEmailTest.

 

For a complete walkthrough of this process inclding generic, language agnostic example code, please follow the guide below.

 

  1. Creating your EmailTest object
  2. Customising your email test
  3. Ordering your test
  4. Using your returned test
  5. Sending your email to Litmus
  6. Waiting for your email to arrive
  7. Understanding your returned result once Litmus has received your email
  8. Iterating through the results collection
  9. Polling for updates 
  10. Understanding spam results
  11. Understanding email results
  12. Understanding mobile results