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