|
vuser_init()
{
web_service_call( "StepName=orderRelationUpdateNotify_101",
"SOAPMethod=IsmpWebServie.IsmpSpEngineSoapBinding.orderRelationUpdateNotify",
"ResponseParam=response",
"Service=IsmpWebServie",
"Snapshot=t1229565134.inf",
BEGIN_ARGUMENTS,
"xmlrderRelationUpdateNotifyReq="
"<orderRelationUpdateNotifyReq>"
"<OPType>{OPtype}</OPType>"
"<packageID>{packageid}</packageID>"
"<productID>{productid}</productID>"
"<streamingNo>{streamingno}</streamingNo>"
"<userID>{useid}</userID>"
"<userIDType>{userIdtype}</userIDType>"
"</orderRelationUpdateNotifyReq>",
END_ARGUMENTS,
BEGIN_RESULT,
"orderRelationUpdateNotifyReturn/resultCode=ISMP_resultCode",
"orderRelationUpdateNotifyReturn/streamingNo=ISMP_streamingNo",
END_RESULT,
LAST);
lr_log_message("%s",lr_eval_string("ISMP_resultCode"));
return 0;
}
回放的时候出现下述错误,不知到原因为何,还请帮忙
vuser_init.c(4): Error: InvokeMethod failure: 外部组件发生异常。. |
|