Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

SOAP array construction with SOAP::Data::ComplexType

by takeos (Initiate)
on Nov 19, 2007 at 12:11 UTC ( [id://651647]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!C:/perl/bin/perl -w
    use strict;
    ...
    
    my $complex = My::Complex->new({string_array => [ 'text1', 'text2', 't
    +ext3' ]});
    print $complex->as_xml_data;
    
  2. or download this
    <string_array type="xsi:SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string
    +[3]">
        <item xsi:type="xsd:string">text1</item>
        <item xsi:type="xsd:string">text2</item>
        <item xsi:type="xsd:string">text3</item>
    </string_array>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://651647]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found