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.
- Creating your EmailTest object
- Customising your email test
- Ordering your test
- Using your returned test
- Sending your email to Litmus
- Waiting for your email to arrive
- Understanding your returned result once Litmus has received your email
- Iterating through the results collection
- Polling for updates
- Understanding spam results
- Understanding email results
- Understanding mobile results