Help for this page

Select Code to Download


  1. or download this
    my $soap_client = SOAP::Lite->proxy($proxy)
      ->uri($uri)
    ...
       ->name($name)
       ->value($value)
       ->type($type);
    
  2. or download this
    my $soap_value = SOAP::Data->new(
       'name' =>  $name,
       'value' => $value,
       'type'  => $type);