I'm trying to use the CSharp email example as inspiration to convert the Java Fax example into email, but somehow I appear to be getting the recipient list wrong. I've specified it as a comma delimited String with the appropriate headers:
"REF, ADDR, TYPE
1, Lewis.Cawthorne@exlservice.com, internet"
But I keep getting back a SOAP Response of Error Code 2000, "Error encountered processing Table:Invalid list item : missing address/destination : record #1".
I've attached my Java code, SOAP Request, and the SOAP Response, and would appreciate it if someone could take a glance at it and point out what I'm doing wrong.