in reply to SOAP::Lite error

Any idea?

Yeah, since you don't know the intricacies of SOAP or WSDL, try using SOAP::Simple, example at Re^11: Soap::Lite and Complex Types with WSDL

If that fails, then you'll have to learn more about SOAP/WSDL ... and upgrade to XML::Compile::SOAP, see soap tips and stuff

Replies are listed 'Best First'.
Re^2: SOAP::Lite error
by ylee (Initiate) on Feb 15, 2015 at 22:46 UTC

    Thank you for your reply. But I am new to Perl and I believe I am supposed to use SOAP instead of WSDL. Do you mean SOAP::Lite has a bug to handle no-parameter method calling? I don't have any problem with methods with parameter using SOAP::Lite. I am very frustrated with my ignorance. Is there any other way to handle methods calling without parameters using SOAP::Lite?

      Thank you for your reply. But I ...

      Yup, you are on your own, good luck, sorry