|
脚本:
Action()
{
web_service_call( "StepName=hospitalInfo_101",
"SOAPMethod=IYyptWebService|IYyptWebServiceHttpPort|hospitalInfo",
"ResponseParam=response",
"Service=IYyptWebService",
"ExpectedResponse=SoapResult",
"Snapshot=t1369822024.inf",
BEGIN_ARGUMENTS,
"in0={NewParam}",
END_ARGUMENTS,
BEGIN_RESULT,
"out=Param_out",
END_RESULT,
LAST);
return 0;
}
报错:
Action.c(4): Notify: Saving Parameter "hospitalInfo_101_Response = <hospitalInfo><out><?xml version="1.0" encoding="UTF-8"?>\n<back><resultCode>1</resultCode><resultDesc>Error on line 1 of document : The element type "desc" must be terminated by the matching end-tag "&lt;/desc&gt;". Nested exception: The element type "desc" must be terminated by the matching end-tag "&lt;/desc&gt;".</resultDesc><yl></yl></back></out></hospitalInfo>".
Action.c(4): Notify: Saving Parameter "response = <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Body><ns1:hospitalInfoResponse xmlns:ns1="http://webService.yypt.qyws.wondersgroup.com"><ns1ut><?xml version="1.0" encoding="UTF-8"?>\n<back><resultCode>1</resultCode><resultDesc>Error on line 1 of document : The element type "desc" must be terminated by the matching end-tag "&lt;/desc&gt;". Nested exception: The element type "desc" must be terminated by the matching end-tag "&lt;/desc&gt;".</resultDesc><yl></yl></back></ns1ut></ns1:hospitalInfoResponse></soap:Body></soap:Envelope>".
Action.c(4): Notify: Saving Parameter "aram_out = <?xml version="1.0" encoding="UTF-8"?>\n<back><resultCode>1</resultCode><resultDesc>Error on line 1 of document : The element type "desc" must be terminated by the matching end-tag "&lt;/desc&gt;". Nested exception: The element type "desc" must be terminated by the matching end-tag "&lt;/desc&gt;".</resultDesc><yl></yl></back>". |
|