51Testing软件测试论坛

标题: loadruner测试的时候报服务器未能识别 HTTP 头 SOAPAction [打印本页]

作者: ouxun    时间: 2015-4-8 14:39
标题: loadruner测试的时候报服务器未能识别 HTTP 头 SOAPAction
下面是要测试的脚本,哪位大神帮忙看下
{

    soap_request("StepName=SOAP Request",                                       
        "URL=http://192.168.0.50:10008/MemberService.asmx",                                       
        "SOAPEnvelope="
        "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:igol=\"http://igoldhk.com/\">"
            "<soapenv:Header></soapenv:Header>"
            "<soapenv:Body>"
                "<igol:insertMemberTemp>"
                    "<igol:password>EhNY5LfsDboTaKMOB9ASZqzkCEAktv/B</igol:password>"
                    "<igol:account>tempid</igol:account>"
                    "<igol:name>testoooo</igol:name>"
                    "<igol:sex>1</igol:sex>"
                    "<igol:birthday>198411110</igol:birthday>"
                    "<igol:nationality>1</igol:nationality>"
                    "<igol:idType>1</igol:idType>"
                    "<igol:idNumber>1</igol:idNumber>"
                    "<igol:address>SDKFJKKJIKKJJ</igol:address>"
                    "<igol:phone>008618665317696</igol:phone>"
                    "<igol:email>ou@qq.com</igol:email>"
                    "<igol:qq>250633739</igol:qq>"
                    "<igol:skype>1</igol:skype>"
                    "<igol:msn>1</igol:msn>"
                    "<igoltherContact>1</igoltherContact>"
                    "<igol:SQ>1</igol:SQ>"
                    "<igol:SQA>1</igol:SQA>"
                    "<igol:bank>1</igol:bank>"
                    "<igol:bankAccountNum>1235789598741256</igol:bankAccountNum>"
                    "<igol:subBankAddr>1</igol:subBankAddr>"
                    "<igol:bankAccountName>1</igol:bankAccountName>"
                    "<igol:currency>1</igol:currency>"
                    "<igol:rmCode>1</igol:rmCode>"
                    "<igol:serviceType>1</igol:serviceType>"
                    "<igol:noticeType>1</igol:noticeType>"
                    "<igol:registeredDatetime>1</igol:registeredDatetime>"
                    "<igol:accountType>1</igol:accountType>"
                    "<igol:remark>1</igol:remark>"
                    "<igol:knowWay>1</igol:knowWay>"
                    "<igol:ibNo>180185</igol:ibNo>"
                    "<igol:RefPhone>1</igol:RefPhone>"
                    "<igol:REGISTERED_TYPE>1</igol:REGISTERED_TYPE>"
                "</igol:insertMemberTemp>"
            "</soapenv:Body>"
        "</soapenv:Envelope>",                                       
        "SOAPAction=",                                       
        "ResponseParam=response",                                       
        "Snapshot=t1428459528.inf",                                       
        LAST);

    return 0;
}







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