Re: web service won't run
From: Dilip Krishnan (dkrishnan_at_NOSPAM.geniant.com)
Date: 12/31/04
- Next message: Jo Blow: "Exposing data to clients"
- Previous message: Christoph Schittko [MVP]: "Re: Server Error"
- In reply to: Jim: "Re: web service won't run"
- Next in thread: Jim: "Re: web service won't run"
- Reply: Jim: "Re: web service won't run"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Dec 2004 18:23:53 -0800
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
>
> "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.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:official%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
>>> "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/cp
>>>> gu
>>>> 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: Jo Blow: "Exposing data to clients"
- Previous message: Christoph Schittko [MVP]: "Re: Server Error"
- In reply to: Jim: "Re: web service won't run"
- Next in thread: Jim: "Re: web service won't run"
- Reply: Jim: "Re: web service won't run"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|