Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Soap::Lite and Complex Types with WSDL

by firstaspect (Initiate)
on May 11, 2011 at 13:06 UTC ( [id://904155]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <ListOfAccountContactInterface>
    <Account>
    ...
    </ListOfContact>
    </Account>
    </ListOfAccountContactInterface>
    
  2. or download this
    my $param = SOAP::Data->name("ListOfAccountContactInterface" => \SOAP:
    +:Data->value(
    SOAP::Data->name("Account" => \SOAP::Data->value(
    ...
      ))
     ))
    ));
    
  3. or download this
    my $soap_result = SOAP::Lite
    -> service('file:/home/wsdl/Contact_Interface.wsdl') 
    -> ContactInsertOrUpdate($param);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found