让web service以get方式传输

< DOCTYPE html PUBLIC -WCDTD XHTML StrictEN httpwwwworgTRxhtmlDTDxhtml-strictdtd>
在web.config的system.web下加入以下无素就可以了
   <webServices>
        <protocols>
          <add name="HttpSoap"/>
          <add name="HttpPost"/>
          <add name="HttpGet"/>
          <add name="Documentation"/>
        </protocols>
      </webServices>
posted @ 2007-08-22 11:12  netcorner  阅读(162)  评论(0编辑  收藏  举报