in reply to Re: soap::wsdl question
in thread soap::wsdl question

SOAP::WSDL->new isn't part of the API anymore ....

Replies are listed 'Best First'.
Re^3: soap::wsdl question
by gcw (Novice) on Apr 13, 2010 at 14:37 UTC

    Thanks guys for the replies! I think I might try to avoid this module then. Besides Soap::Lite(has limited functionality for loading wsdl docs) and Soap::WSDL, are there any other perl modules that can successfully load wsdl documents? I tried searching cpan.org and none really stood out.. thanks!!

      Hi,
      you could try nuSoap from sourceforge.net
      Paul