Method not allowed - webservice

  • Thread starter Thread starter roni
  • Start date Start date
R

roni

when call to webservice ,after setting ip to the URL (instead of localhost)
,i get The request failed with HTTP status 405: Method not allowed,why ?
 
Because the UI front end to test your web service is just meant to be a quick
testing tool. You shouldn't be using it for your proper testing. Instead
you should be making SOAP requests to do testing (which is not the same thing).

-Brock
DevelopMentor
http://staff.develop.com/ballen
 
Back
Top