my $client = SOAP::Lite ->proxy('https://www.example.com/WAS/API/AWEService.asmx?ENDPOINT') ->on_action(sub { join '/', @_ }) ->outputxml(1) ->ns('http://tempuri.org/AWEService/API/WASAPI','was');