不想后悔的人 发表于 2015-3-12 14:40:17

LR调用web service接口报错

本帖最后由 不想后悔的人 于 2015-3-12 14:55 编辑

Action()
{

        web_service_call( "StepName=AccountingInstruction_102",
                "SOAPMethod=xQuantTp|xQuantTpSoap|AccountingInstruction",
                "ResponseParam=response",
                "Service=xQuantTp",
                "ExpectedResponse=SoapResult",
                "Snapshot=t1426141269.inf",
                BEGIN_ARGUMENTS,
                "taskId=BLC",
                "baseDate=2014-05-19",
                "xml:prmrInsts="
                        "<prmrInsts>"
                                "<string>9714</string>"
                        "</prmrInsts>",
                "isRunToReal=true",
                "isBeforeClose=true",
                END_ARGUMENTS,
                BEGIN_RESULT,
                END_RESULT,
                LAST);


        return 0;
}


Action.c(4): Error: InvokeMethod failure: 外部组件发生异常。.
Action.c(4): Error: ExtractResultArg failure: 外部组件发生异常。.

WSDL里面没有中文

chenjianhui 发表于 2015-3-12 19:26:05

学习

luming 发表于 2015-3-13 14:52:59

建议先用SoapUI,连接调试没有问题了,再用Loadrunner。
页: [1]
查看完整版本: LR调用web service接口报错