$soap = SOAP::Lite
->proxy($proxy)
->uri($uri)
->autotype(0)
->ns('http://www.w3.org/2003/05/soap-envelope','soap')
->ns('http://mil.dod.af.A1.personnel.dataservices.filter','mil')
->ns('http://mil.dod.af.A1.personnel.dataservices.training/v2.4','v2')
->readable(1);
####
####