C#发送HttpPost请求调用WebService
一、Webservice调用的三种方式: Webservice调用1:浏览器中输入以下URL,然后再返回的页面输入参数,提交实现调用 http://localhost/WebService/MyService.asmx?op=MyAction Webservice调用2:html中通过表单提交来实现调用 <form id=form1 runat=server action=http://10.15.223.56/WebService/MyService.asmx/MyAction> <input type=text name=strXml value=
下载地址
用户评论