Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: SOAP::Lite 405 Method not Allowed?

by Thelonius (Priest)
on Apr 14, 2006 at 18:48 UTC ( [id://543414]=note: print w/replies, xml ) Need Help??


in reply to SOAP::Lite 405 Method not Allowed?

(1) This is not a fault from the server because I'm not getting all the stuff in the elsif.
If the eval catches a "die", then the elsif part is not executed.
(2) It's not a valid reply from the server.
It's an HTTP reply code. If you're using the SOAP::Lite server, too, it will return a 405 response around line 293 of SOAP/Transport/HTTP.pm.

Just as jhourcle says, it's returned if the request method is not "POST" (or "M-POST"). You need to to some logging to figure out why this is.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://543414]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 02:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found