Um ... so don't put it in a 'data' item ... just send all of the items as a list to the function:
my $s = SOAP::Lite -> uri ('http://di.wellmed.com/SoapService') -> proxy ('https://di.webmdhealth.com/SoapService/SoapService.asmx') -> on_action(sub{join '/', @_}) -> on_fault(sub{}); $result = $s->PerformRequest( SOAP::Data->name('datatypes' => "")->type('string')->uri(''), SOAP::Data->name('loginnames' => "$identifier")->type('string' +)->uri(''), SOAP::Data->name('startdate' => "$theDate")->type('string')->u +ri(''), SOAP::Data->name('enddate' => "$theDate")->type('string')->uri +(''), SOAP::Data->name('vocabularies' => "")->type('string')->uri('' +), SOAP::Data->name('filters' => "")->type('string')->uri(''), SOAP::Data->name('options' => "")->type('string')->uri('') )->result;
In reply to Re: adding top level nodes using SOAP::Data
by jhourcle
in thread adding top level nodes using SOAP::Data
by Hammy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |