|
3#
楼主 |
发表于 2005-10-20 16:27:08
|
只看该作者
脚本
web_custom_request("webserviceOnlineUser.asmx_2",
"URL=http://testserver/wxkjjnetoffice6/webservice/webserviceOnlineUser.asmx",
"Method=POST",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://testserver/wxkjjnetoffice6/bottom.aspx",
"Snapshot=t6.inf",
"Mode=HTML",
"EncType=text/xml",
"Body=<?xml version='1.0'?>\n<SOAP-ENV:Envelope xmlns=\"\" xmlns: xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns: soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns: wsdl=\"http://schemas.xmlsoap.org/wsdl/\" xmlns: soap=\"http://schemas.xmlsoap.org/wsdl/soap/\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:http=\"http://schemas.xmlsoap.org/wsdl/http/\" xmlns: s=\"http://www.w3.org/2001/XMLSchema\" xmlns: s0=\"http://tempuri.org/\" xmlns:tm=\"http://microsoft.com/wsdl/mime/"
"textMatching/\" xmlns:mime=\"http://schemas.xmlsoap.org/wsdl/mime/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n<SOAP-ENV:Body>\n<getOnlineMessage xmlns=\"http://tempuri.org/\">\n<usercode>10052</usercode></getOnlineMessage></SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n",
LAST);
[ Last edited by fandao1128 on 2005-10-20 at 16:31 ] |
|