Help for this page

Select Code to Download


  1. 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');
    
  2. or download this
    my $soap =  SOAP::Lite
    ->service("http://127.0.0.1/htdocs/test.wsdl")
    ->test_method()
    ->valueof('//row');
    
  3. or download this
    Can't call method "valueof" on unblessed reference at...