08-27-04 11:07 PM
Hi,
I made a simple Web service (Service1.asmx) within a CMS
web. But I am not able to add a web reference of the Web
service to another project. I get error in 'Add web
reference window' in Visual Studio
----------------------------------------------------------
No http handler was found for request type 'GET'
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and where
it originated in the code.
Exception Details: System.Web.HttpException: No http
handler was found for request type 'GET'
Source Error:
An unhandled exception was generated during the execution
of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): No http handler was found for
request type 'GET']
System.Web.HttpApplication.MapHttpHandler(HttpContext
context, String requestType, String path, String
pathTranslated, Boolean useAppConfig) +698
System.Web.MapHandlerExecutionStep.System.Web.HttpApplicati
on+IExecutionStep.Execute() +96
System.Web.HttpApplication.ExecuteStep(IExecutionStep
step, Boolean& completedSynchronously) +173
-----------------------------------------------------------
-
If I try making the same Web service outside of the CMS
web it works fine (I can add the web reference to another
project).
Does anybody know whether the error relates with the CMS?
Regards
Carl
[ Post a follow-up to this message ]
|