摘要:
Set h = New MSXML2.ServerXMLHTTP40 '向指定的URL发送Post消息。这里的webservice地址为需要引用的地址 h.Open "POST", END_POINT_URL, False, XI_LOGIN_USER, XI_LOGIN_PSW h.setRequestHeader "Content-Type", "text/xml" sendXML = st... 阅读全文
posted @ 2009-11-12 10:36
刘乃胜
阅读(1396)
评论(0)
推荐(0)