#!/usr/bun/perl -w use strict; #added by me cause perlmonks taught me so :) use SOAP::Lite +autodispatch => uri=>"World", proxy=>'http://soapserver.mycompany.com/soap/soapserver.cgi'; print HelloWorld(); print GoodByeWorld("sweet");