This example requires SOAP::Lite:
#!perl -w use SOAP::Lite; print SOAP::Lite -> uri('http://192.168.0.5:8090/test') -> proxy('http://192.168.0.5:8090/test') -> test() -> result;