日期:2014-05-16  浏览次数:21061 次

如何使用ajax调用现有webserver的方法
本帖最后由 yzxkx 于 2013-01-07 16:54:02 编辑
Websevice地址为http://xx.xx.xx.xx:8600/WEBServices/PMIWEBServices.asmx
发送注册信息的方法为:acms.ACMS("Vendor", "Passcode", 10, @"<roots><root name='usersinfo'><bookings><booking><EcpNo>ID</EcpNo><mobileno>Handy</mobileno></booking></bookings></root></roots>", null, null);

请问我应该如何写ajax程序,才能连接上webserver且传递过去表单里的ID和Handy。

------解决方案--------------------
http://www.coding123.net/article/20090629/253.aspx