Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: HTTP status 405: Method not allowed


Message #1 by "Pallone, Claudio [KMR-SPC]" <Claudio.Pallone@k...> on Thu, 19 Dec 2002 17:31:17 -0000
Hi Ken,

Thanks for your reply.

I solved the problem by re-installing the soap toolkit.

Cheers,

Claudio


Subject: Re: SV: HTTP status 405: Method not allowed
From: "Ken Schaefer" <ken@a...>
Date: Fri, 20 Dec 2002 18:17:23 +1100
X-Message-Number: 1

It doesn't matter whether you're an administrator or not. You are 
attempting
(in your code) a HTTP request (eg GET, POST, HEAD, OPTIONS, etc) which 
is
not allowed by the current webserver configuration for the resource type 
(eg
GET, POST, HEAD are allowed for most types of files, but DELETE isn't).

Why don't you post some code that you're using so we can see what, 
exactly,
you're trying to do.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Claudio Pallone" <claudio.pallone@k...>
Subject: [aspx_professional] Re: SV: HTTP status 405: Method not allowed


: Hi jana and many thanks to your reply.
:
: I am running the script and webservice on my localhost IIS (Win2K) as
: administrator so I should have all the rights. This is really 
frustrating
: since I can not carry on until I can solve this problem.
:
: I have re-installed the soap tolkit but to no avail.
:
: Is there anything else I can do?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


----------------------------------------------------------------------



BMRB International
http://www.bmrb.co.uk +44 (0)20 8566 5000
____________________________________________________________
This message (and any attachment) is intended only for the recipient and 
may contain confidential and/or privileged material. If you have 
received this in error, please contact the sender and delete this 
message immediately. Disclosure, copying or other action taken in 
respect of this email or in reliance on it is prohibited. BMRB 
International Limited accepts no liability in relation to any personal 
emails, or content of any email which does not directly relate to our 
business.

  Return to Index