Help for this page

Select Code to Download


  1. or download this
    http://www.thedialogcenter.com/EncryptionService.wsdl
    
  2. or download this
      print SOAP::Lite
        -> uri('http://www.arkbluecross.com/WebServices/EncryptionService/
    +Encrypt')
        -> service('http://thedialogcenter.com/EncryptionService.wsdl')
        -> Encrypt('43877AF844D640A189E5708F3BE9222E', 'Testing');
    
  3. or download this
    ->proxy() instead of ->service()