Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Webservice in Sharepoint portal
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Manu  
View profile  
 More options Oct 22 2003, 12:28 am
Newsgroups: microsoft.public.sharepoint.portalserver
From: "Manu" <newsgro...@glassbox.net>
Date: Tue, 21 Oct 2003 08:45:27 -0700
Local: Tues, Oct 21 2003 11:45 am
Subject: Webservice in Sharepoint portal

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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frederick D'hont  
View profile  
 More options Nov 3 2003, 6:45 am
Newsgroups: microsoft.public.sharepoint.portalserver
From: "Frederick D'hont" <frederick.dhont@amplexor_NOSPAM.com>
Date: Mon, 3 Nov 2003 12:43:14 +0100
Local: Mon, Nov 3 2003 6:43 am
Subject: Re: Webservice in Sharepoint portal

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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Haiman  
View profile  
 More options Jan 5 2004, 1:58 pm
Newsgroups: microsoft.public.sharepoint.portalserver
From: "Stephen Haiman" <anonym...@discussions.microsoft.com>
Date: Mon, 5 Jan 2004 10:56:33 -0800
Local: Mon, Jan 5 2004 1:56 pm
Subject: RE: Webservice in Sharepoint portal
I solved this issue by editing the web.config file in _layouts by adding the following to the file.  Note the reference to the asmx path.

    <httpHandlers><clear /><add verb="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /><add verb="*" path="*.asmx" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false"/></httpHandlers>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google