http://www.perlmonks.org?node_id=730372


in reply to Re^3: Problems with SOAP::Lite client
in thread Problems with SOAP::Lite client

Hi,

ok, I'll try to explain:
I walk through a database table and build a hash for each record in my resultset. This hash is pushed into an array. When the data-collecting is finished I call a subroutine (updatePLZInformationen()) to make the soap-call and pass the array of hashes. Ths subroutine calls another subroutine to format the complex type "plzinfo". Then it calls the soap-server. That's about it.
But somewhere in the subroutines my values get lost...
I'm sure it's just some stupid mistake, but I don't get it...
Thanks again,

Thion