in reply to Problems with SOAP::Lite client

Have you tried SOAP::Data::Builder already? I have had similar problems with a 'complex' data structure and could solve it by using this module.

k

Replies are listed 'Best First'.
Re^2: Problems with SOAP::Lite client
by thion (Initiate) on Dec 15, 2008 at 10:09 UTC
    No, that would have been my next move, but the example provided by AnonymousMonk already did the job, so I stuck with it.

    Regards,

    Thion
      My basic question is how does request know the proxy address when we give just the wsdl file name/location.?