我是在C#调用Web services ,不是在javascript中.如下:
......javascript脚本
.......c#,使用的语法和在.aspx.cs中一样。
<%
abcService loadinvoice = new abcService();
%>