|
3#
楼主 |
发表于 2008-12-18 15:05:49
|
只看该作者
Action()
{
web_service_call( "StepName=checkPeerId_102",
"SOAPMethod=DolphinServiceService.DolphinService.checkPeerId",
"ResponseParam=response",
"WSDL=C:/Documents and Settings/Administrator/桌面/1orbitextension.wsdl",
"UseWSDLCopy=1",
"Snapshot=t1229581730.inf",
BEGIN_ARGUMENTS,
"xml:in0=<in0><reserved><item></item></reserved><clientTransactionId>auto "
"string</clientTransactionId><computerId>auto string</computerId><md5Check>auto "
"string</md5Check><providerName>auto string</providerName><sequenceId>"
"</sequenceId></in0>",
END_ARGUMENTS,
BEGIN_RESULT,
END_RESULT,
LAST);
lr_think_time(3);
return 0;
} |
|