##
print SOAP::Lite
-> uri('http://www.arkbluecross.com/WebServices/EncryptionService/Encrypt')
-> service('http://thedialogcenter.com/EncryptionService.wsdl')
-> Encrypt('43877AF844D640A189E5708F3BE9222E', 'Testing');
####
->proxy() instead of ->service()