#construct of soap data parameters my @reqresponse = SOAP::Data->name('RequestTroubleReportCreationResponse' => \@param)->prefix("tML-TA")->attr({'xmlns:tML-TA'=>'http://www.ansi.org/tML/TA/tML-TA','xmlns:tML-TABase'=>'http://www.ansi.org/tML/TA/tML-TABase'}); my $soap_client = SOAP::Lite -> ns('http://eBonding/taservice/callback','tns1') -> autotype(0) -> proxy('https://url') -> receive($plainres, $security->value(\$userToken)); #$userToken is for security ####