in reply to Problem with SOAP::Lite (WSDL) Response (Deserializer / References)
my %result ...
Try
my $som = $soap->SOAP_GetFirmenliste( '00', 'SOAPTest', 'soaptest', '0000-00-00', '2015-10-01' ); print Dumper( $som );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with SOAP::Lite (WSDL) Response (Deserializer / References)
by SebastianH (Initiate) on Dec 07, 2015 at 09:05 UTC | |
by Anonymous Monk on Dec 07, 2015 at 12:28 UTC |