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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top