如何在此代码中进行Web服务授权?

时间:2014-02-11 15:23:43

标签: asp.net web-services authorize

我想在这里使用这段代码调用WebService并将其填充到JS文件中以及调用Webservice方法。

<asp:ScriptManager runat="server" ID="scriptManagerId">
          <Scripts>
              <asp:ScriptReference Path="CallWebServiceMethods.js" />
          </Scripts>
          <Services>
              <asp:ServiceReference  Path="http://ws.idssasp.com/members.asmx?wsdl" />
          </Services>
</asp:ScriptManager>

但问题是webservice在返回任何内容之前需要用户名和密码。如何使用这段代码作为用户名和密码进行身份验证呢?

0 个答案:

没有答案