http://support.microsoft.com/kb/819267/zh-cn
get调用格式
http://localhost/coreservice/svc/coreservice.asmx/GetNotifyEventId
post调用格式
<form target="_blank" action='http://localhost/coreservice/svc/coreservice.asmx/GetNotifyEventId' method="POST">
<table cellspacing="0" cellpadding="4" frame="box" bordercolor="#dcdcdc" rules="none" style="border-collapse: collapse;">
<tr>
<td class="frmHeader" background="#dcdcdc" style="border-right: 2px solid white;">参数</td>
<td class="frmHeader" background="#dcdcdc">值</td>
</tr>
<tr>
<td class="frmText" style="color: #000000; font-weight: normal;">PassWord:</td>
<td><input class="frmInput" type="text" size="50" name="PassWord"></td>
</tr>
<tr>
<td></td>
<td align="right"> <input type="submit" value="调用" class="button"></td>
</tr>
</table>
</form>