hi Shaji,
i also encountered this error in my web application. with some research, i
found out that i was missing one line from my web.config:
<soapServerProtocolFactory type="Microsoft.Web.Services3.WseProtocolFactory,
Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
it belongs in the section:
<system.web>
<webServices>
once i added this, the web service worked perfectly.
hope this helps your scenario.
tim
--------------------------
blog: http://tim.mackey.ie
Shaji Sethu - 23 Dec 2005 02:44 GMT
Tim,
I made those changes and it worked like a charm.
Thanks.
/Shaji
> hi Shaji,
> i also encountered this error in my web application. with some research, i
[quoted text clipped - 14 lines]
> --------------------------
> blog: http://tim.mackey.ie