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