web service won't run

J

Jim

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
 
M

Mujtaba Syed

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

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.
 
J

Jim

i got that allready

thanks

Jim

Mujtaba Syed said:
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.
 
J

Jim

yes i did thanks and it still does not work

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

ch Jim
Christoph Schittko said:
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
-----Original Message-----
From: Jim [mailto:p[email protected]]
Posted At: Wednesday, December 29, 2004 5:20 PM
Posted To: microsoft.public.dotnet.framework.aspnet.webservices
Conversation: web service won't run
Subject: Re: web service won't run

i got that allready

thanks

Jim

Mujtaba Syed said:
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

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.
 
D

Dilip Krishnan

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..._doneTitle=Back+to+Search&&d#6ae4f914942dd1a6

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
yes i did thanks and it still does not work

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

ch Jim
message
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/cpgu
ide /html/cpconconfigurationoptionsforaspnetwebservices.asp
-----Original Message-----
From: Jim [mailto:p[email protected]]
Posted At: Wednesday, December 29, 2004 5:20 PM
Posted To: microsoft.public.dotnet.framework.aspnet.webservices
Conversation: web service won't run
Subject: Re: web service won't run
i got that allready

thanks

Jim


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

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.
 
J

Jim

thanks everyone i fixed it!

ch Jim

Dilip Krishnan said:
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..._doneTitle=Back+to+Search&&d#6ae4f914942dd1a6

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
yes i did thanks and it still does not work

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

ch Jim
message
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/cpgu
ide /html/cpconconfigurationoptionsforaspnetwebservices.asp

-----Original Message-----
From: Jim [mailto:p[email protected]]
Posted At: Wednesday, December 29, 2004 5:20 PM
Posted To: microsoft.public.dotnet.framework.aspnet.webservices
Conversation: web service won't run
Subject: Re: web service won't run
i got that allready

thanks

Jim


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

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.
 
D

Dilip Krishnan

Hello Jim,

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

ch Jim

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.porta
lserver/browse_thread/thread/480ecb89b2f8c458/6ae4f914942dd1a6?q=No+h
ttp+handler+was+found+for+request+type+%27GET%27+Sharepoint&_done=%2F
groups%3Fq%3DNo+http+handler+was+found+for+request+type+%27GET%27+Sha
repoint%26hl%3Den%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en
-US:eek:fficial%26sa%3DN%26tab%3Dwg%26&_doneTitle=Back+to+Search&&d#6ae4
f914942dd1a6

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
yes i did thanks and it still does not work

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

ch Jim
message
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/cp
gu
ide /html/cpconconfigurationoptionsforaspnetwebservices.asp
-----Original Message-----
From: Jim [mailto:p[email protected]]
Posted At: Wednesday, December 29, 2004 5:20 PM
Posted To: microsoft.public.dotnet.framework.aspnet.webservices
Conversation: web service won't run
Subject: Re: web service won't run
i got that allready
thanks

Jim


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

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.
 
J

Jim

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

Dilip Krishnan said:
Hello Jim,

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

ch Jim

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.porta
lserver/browse_thread/thread/480ecb89b2f8c458/6ae4f914942dd1a6?q=No+h
ttp+handler+was+found+for+request+type+%27GET%27+Sharepoint&_done=%2F
groups%3Fq%3DNo+http+handler+was+found+for+request+type+%27GET%27+Sha
repoint%26hl%3Den%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en
-US:eek:fficial%26sa%3DN%26tab%3Dwg%26&_doneTitle=Back+to+Search&&d#6ae4
f914942dd1a6

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
yes i did thanks and it still does not work

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

ch Jim
message
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/cp
gu
ide /html/cpconconfigurationoptionsforaspnetwebservices.asp
-----Original Message-----
From: Jim [mailto:p[email protected]]
Posted At: Wednesday, December 29, 2004 5:20 PM
Posted To: microsoft.public.dotnet.framework.aspnet.webservices
Conversation: web service won't run
Subject: Re: web service won't run
i got that allready
thanks

Jim


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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,276
Latest member
Sawatmakal

Latest Threads

Top