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);