Groups | Blog | Home
all groups > asp.net webservices > december 2004 >

asp.net webservices : web service won't run


Mujtaba Syed
12/29/2004 11:06:45 AM
[quoted text, click to view]

Locate the following line in the httpHandlers section of machine.config and
check the verb attribute's value. It should either be * or a comma delimited
list with GET in it.

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

Thanks,
Mujtaba.


Dilip Krishnan
12/29/2004 4:36:51 PM
Hello Jim,

There are some issues when you have sharepoint and asp.net coexisting.. not
a sharepoint expert but see if this helps

http://groups-beta.google.com/group/microsoft.public.sharepoint.portalserver/browse_thread/thread/480ecb89b2f8c458/6ae4f914942dd1a6?q=No+http+handler+was+found+for+request+type+%27GET%27+Sharepoint&_done=%2Fgroups%3Fq%3DNo+http+handler+was+found+for+request+type+%27GET%27+Sharepoint%26hl%3Den%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26sa%3DN%26tab%3Dwg%26&_doneTitle=Back+to+Search&&d#6ae4f914942dd1a6

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com

[quoted text, click to view]

Christoph Schittko [MVP]
12/29/2004 5:47:00 PM
Did you enable GET access as described in [0]

HTH,
Christoph Schittko
MVP XML
http://weblogs.asp.net/cschittko

[0]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide
/html/cpconconfigurationoptionsforaspnetwebservices.asp

[quoted text, click to view]

Jim
12/29/2004 11:11:20 PM
Hi all

I have created my first web service (yes it's the hello world example) but
it won't run in Visual studio:

No http handler was found for request type 'GET'

I am running : windows 2003 server, visual studio.net 2003, Sharepoint
Portal server 2003

ch Jim

Jim
12/30/2004 10:20:14 AM
i got that allready

thanks

Jim

[quoted text, click to view]

Jim
12/30/2004 11:34:58 AM
yes i did thanks and it still does not work

btw keep in mind i am running windows 2003 server and sharepoint

ch Jim
[quoted text, click to view]

Dilip Krishnan
12/30/2004 6:23:53 PM
Hello Jim,

Do share the solution please :)
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com

[quoted text, click to view]

Jim
12/31/2004 11:22:44 AM
thanks everyone i fixed it!

ch Jim

[quoted text, click to view]

Jim
1/1/2005 1:47:54 PM
okidoki the thing is:

in the _layouts folder update the web.config and add to the <httpHandlers>:

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



ch Jim

[quoted text, click to view]

AddThis Social Bookmark Button