[amscotti@128bit.io ~/posts]# grep -l "api" *.md | xargs -n1 head _
Date: October 02, 2010

A Ruby example demonstrating how to interact with Lyris ListManager's SOAP API using HTTP POST instead of built-in SOAP libraries. Shows how to manually construct the SOAP envelope XML, set proper headers including authentication, and parse the response for adding members to mailing lists.