Manu
I think I know the sollution to that one.
You will have to add/enable the following in the machine.config in location : [windows/microsoft.net/framework.v1.1.4322/config]
<webServices>
<protocols>
<add name="HttpPost"/>
<add name="HttpGet"/>
</protocols>
</webServices>
Otherwise webservices will not work on that W2003 server.
If your web service is running on a SPS virtual directory, do not forget to put that webservice directory in the excluded-list in the 'Define Managed Paths". [SPS Central Administration/Configure Virtual Server Settings/Define Managed Paths/Virtual Server Management]
Otherwise the Sharepoint ISAPI filter will handle that URL request.
Kind regards
Frederick D'hont
Amplexor.com
"Manu" <newsgro...@glassbox.net> wrote in message news:O409fTFmDHA.1072@TK2MSFTNGP09.phx.gbl...
HI,
In the Sharepoint portal site we can create the Webpages or webservices at URL http://MySharepoint.com/_layouts/Test/service.asmx
I created the webservice. But when I accessed webservice it displayed following exception:
Server Error in '/_layouts/Test' Application.
--------------------------------------------------------------------------- -----
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.HttpApplication+IExecutionSte p.Execute() +96
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173
How can this be corrected ?
Thanks in advance,
Manu