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 );
  • Comment on Re: Problem with SOAP::Lite (WSDL) Response (Deserializer / References)
  • Download Code

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

    I tried it, but now i get only:

    $VAR1 = '0';

    I think it should be a SOM-Object, but it won't be one.