51Testing软件测试论坛

标题: 密文的录制 webserver [打印本页]

作者: evergreenwang    时间: 2007-7-18 20:48
标题: 密文的录制 webserver
有人知道怎么录制到加密的信息吗??使用webserver协议的时候??
作者: evergreenwang    时间: 2007-7-20 09:53
soap_request("StepName=login",
                "URL=http://{LOGINIP}/safe/LoginWebService",
                "SOAPEnvelope=<?xml version=\"1.0\" encoding=\"GB2312\" standalone=\""
                "no\"?><soap:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" "
                "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:soap=\""
                "http://schemas.xmlsoap.org/soap/envelope/\"><soap:Body><login xmlns=\""
                "http://www.openuri.org/\"><inParam xmlns=\"java"
                ":ecsolutions.safe.parameters\"><action xsi:nil=\"true\"/><authHash xsi"
                ":nil=\"true\"/><funcID xsi:nil=\"true\"/><menuID xsi:nil=\"true\"/>"
                "<methodID xsi:nil=\"true\"/><organCode>{LOGINCODE}</organCode>"
                "<sessionID xsi:nil=\"true\"/><sessionIDSSO xsi:nil=\"true\"/><userID"
                ">QC{USERID}</userID><warningCheck xsi:nil=\"true\"/><authList xsi:nil=\""
                "true\"/><authListHash xsi:nil=\"true\"/><authMethod xsi:nil=\"true\"/>"
                "<password xsi:nil=\"true\"/><sessionStatus>beginSession</sessionStatus"
                "><verno xsi:nil=\"true\"/></inParam></login></soap:Body></soap"
                ":Envelope>",
                "Snapshot=t1.inf",
                "ResponseParam=response",
                LAST);


        soap_request("StepName=login_2",
                "URL=http://{LOGINIP}/safe/LoginWebService",
                "SOAPEnvelope=<?xml version=\"1.0\" encoding=\"GB2312\" standalone=\""
                "no\"?><soap:Envelope xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" "
                "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:soap=\""
                "http://schemas.xmlsoap.org/soap/envelope/\"><soap:Body><login xmlns=\""
                "http://www.openuri.org/\"><inParam xmlns=\"java"
                ":ecsolutions.safe.parameters\"><action xsi:nil=\"true\"/><authHash"
                ">fbe7139977e5a64e27ed4256b6026b82</authHash><funcID>2E1</funcID>"
                "<menuID xsi:nil=\"true\"/><methodID xsi:nil=\"true\"/><organCode"
                ">{LOGINCODE}</organCode><sessionID"
                ">20070626130309{LOGINCODE}fOJWdQRsrdPRXUVUZ47aQC{USERID}</sessionID>"
                "<sessionIDSSO xsi:nil=\"true\"/><userID>QC{USERID}</userID><warningCheck "
                "xsi:nil=\"true\"/><authList xsi:nil=\"true\"/><authListHash xsi:nil=\""
                "true\"/><authMethod>digest</authMethod><password xsi:nil=\"true\"/>"
                "<sessionStatus xsi:nil=\"true\"/><verno>7011</verno></inParam></login>"
                "</soap:Body></soap:Envelope>",
                "Snapshot=t2.inf",
                "ResponseParam=response",
                LAST);

上面是登录的两个请求!!第一个请求是得到服务器的sessionID  第二个是登录请求,各位帮忙看看,密码该如何参数化呢??
作者: evergreenwang    时间: 2007-7-20 09:54
请知道的朋友告之,谢谢
作者: guxingyun    时间: 2007-7-20 10:20
我不知道你这里参数化密码是不是必需的 因为现在暂时不知道怎么参数化密码 又不想中断测试的话 可以暂时将所有的用户登录密码设置为一样的 这样就可以暂时避免非明文密码的参数化 之前看到过参数化非明文密码的帖子 暂时没有找到 好象是需要程序员那边帮忙 调用加密解密的一些东西 到时候再找找那个帖子看
作者: evergreenwang    时间: 2007-7-26 15:25
标题: 回复 #4 guxingyun 的帖子
谢谢
问题解决了
!!




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2