Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite;
    my $VAR = bless( {
      'keys' => bless( [
    ...
    }, 'HashMapBean' );
    
    my $xml = SOAP::Serializer->serialize($VAR);
    
  2. or download this
    use SOAP::Lite;
    my $VAR = bless( {
      'keys' => bless( [
    ...
    my $xml = SOAP::Serializer->serialize($VAR);
    
    print "\n$xml\n\n";