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


in reply to Re: Using Pod::WSDL and getting error 301 when calling any method
in thread Using Pod::WSDL and getting error 301 when calling any method

I used the Web Services Explorer from Eclipse to call the method, in this case if I call either Hello or Goodbye Eclipse will throw the 301 error.
  • Comment on Re^2: Using Pod::WSDL and getting error 301 when calling any method

Replies are listed 'Best First'.
Re^3: Using Pod::WSDL and getting error 301 when calling any method
by Anonymous Monk on May 03, 2013 at 21:12 UTC

    I used the Web Services Explorer from Eclipse to call the method, in this case if I call either Hello or Goodbye Eclipse will throw the 301 error.

    What method? What webservice?

    webservice.cgi is not a webservice, you can't call methods an it

    you can name it surely-you-cant-be-serious.cgi but it won't respond with "I am serious. And don't call me Shirley"

    Let me rephrase. webservice.cgi is not server, it provides no methods for you to call, it prints some xml, and that's it -- it always does this, it never does anything different

    Also, WebserviceFunctions.pm contains no code, it is 100% pod

    So, whether you use Eclipse or whatever, there is no server for you to call Hello or Goodbye on, it doesn't exist

Re^3: Using Pod::WSDL and getting error 301 when calling any method
by Anonymous Monk on May 03, 2013 at 21:50 UTC