- or download this
my $soap = SOAP::Lite
->uri("urn:test")
->proxy("http://127.0.0.1/cgi-bin/wambam/services/test_handler.pl")
->test_method()
->valueof('//row');
- or download this
my $soap = SOAP::Lite
->service("http://127.0.0.1/htdocs/test.wsdl")
->test_method()
->valueof('//row');
- or download this
Can't call method "valueof" on unblessed reference at...