dagoubuyaoren 发表于 2013-5-29 11:03:21

LoadRunner测试webservices接口问题---紧急求助

LR脚本导入wsdl并参数化参数arg0、arg1、arg2如下:
Action()
{

        web_service_call( "StepName=dataCenterSingleWebService_101",
                "SOAPMethod=DataCenterBusinessBLO|DataCenterBusinessBLOPort|dataCenterSingleWebService",
                "ResponseParam=response",
                "Service=DataCenterBusinessBLO",
                "ExpectedResponse=SoapResult",
                "Snapshot=t1369797048.inf",
                BEGIN_ARGUMENTS,
                "arg0=B003",
                "arg1=003",
                "arg2=<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"yes\\\"?><input><aab004>001</aab004><aab002>001</aab002></input>",
                END_ARGUMENTS,
                BEGIN_RESULT,
                END_RESULT,
                LAST);


        return 0;
}
运行后有日志提示其中一部分如下:
Action.c(4): Notify: Saving Parameter "dataCenterSingleWebService_101_Response = <dataCenterSingleWebService><return>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;\n&lt;result&gt;\n    &lt;code&gt;-1&lt;/code&gt;\n    &lt;message&gt;XML转换失败,请检查格式是否正确!&lt;/message&gt;\n    &lt;output/&gt;\n&lt;/result&gt;\n</return></dataCenterSingleWebService>".
Action.c(4): Notify: Saving Parameter "response = <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns1:dataCenterSingleWebServiceResponse xmlns:ns1="http://bo.business.sjzx.gzsyjxxh.gov/"><ns1:return>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?>\n&lt;result>\n    &lt;code>-1&lt;/code>\n    &lt;message>XML杞崲澶辫触,璇锋鏌ユ牸寮忔槸鍚︽纭紒&lt;/message>\n    &lt;output/>\n&lt;/result>\n</ns1:return></ns1:dataCenterSingleWebServiceResponse></soap:Body></soap:Envelope>".

dagoubuyaoren 发表于 2013-5-29 11:17:21

是我的arg2参数转义有问题吗?
求教大神解决

yangxiaohu 发表于 2013-5-29 11:41:36

表示不懂。。。帮顶

dagoubuyaoren 发表于 2013-5-29 13:50:14

谢谢楼上
求大神转义
页: [1]
查看完整版本: LoadRunner测试webservices接口问题---紧急求助