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
Comment on
Re: Problems with SOAP::Lite client
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
[reply]
Re^3: Problems with SOAP::Lite client
by
syerrave
(Initiate)
on Mar 04, 2010 at 03:07 UTC
My basic question is how does request know the proxy address when we give just the wsdl file name/location.?
[reply]
In Section
Seekers of Perl Wisdom