Re: web service won't run
From: Jim (peesa_govno_at_hotmail.com)
Date: 12/31/04
- Next message: Christoph Schittko [MVP]: "Re: Server Error"
- Previous message: arwen_h: "Re: Cassini Web Server"
- Next in thread: Dilip Krishnan: "Re: web service won't run"
- Reply: Dilip Krishnan: "Re: web service won't run"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 31 Dec 2004 11:22:44 +1100
thanks everyone i fixed it!
ch Jim
"Dilip Krishnan" <dkrishnan@NOSPAM.geniant.com> wrote in message
news:63882632399422192107408@msnews.microsoft.com...
> 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
>
>> 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 [MVP]" <INVALIDEMAIL@austin.rr.com> wrote in
>> message
>> news:uinZyCg7EHA.2788@TK2MSFTNGP15.phx.gbl...
>>> 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:peesa_govno@hotmail.com]
>>>> 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" <mujtaba@marlabs.com> wrote in message
>>>> news:eicmJCc7EHA.1396@tk2msftngp13.phx.gbl...
>>>>
>>>>>> 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.
>
>
- Next message: Christoph Schittko [MVP]: "Re: Server Error"
- Previous message: arwen_h: "Re: Cassini Web Server"
- Next in thread: Dilip Krishnan: "Re: web service won't run"
- Reply: Dilip Krishnan: "Re: web service won't run"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|