|
6#
楼主 |
发表于 2007-12-26 11:14:34
|
只看该作者
这是脚本,请大虾来看看- Action()
- {
- web_service_call( "StepName=insertSendSms_101",
- "SOAPMethod=ISmsService.ISmsServicePortType.insertSendSms",
- "ResponseParam=response",
- "WSDL=C:/Documents and Settings/admin/桌面/新建文件夹/ISmsService.wsdl",
- "UseWSDLCopy=1",
- "Snapshot=t1198637147.inf",
- BEGIN_ARGUMENTS,
- "xml:in0=<in0><SwSmsSendTask><destAddr>13900000000|0</destAddr><id>123456789</id>"
- "<orgAddr>10000000009100000</orgAddr><sendTime>20071226103000</sendTime>"
- "<smContent>abcdefg</smContent></SwSmsSendTask></in0>",
- END_ARGUMENTS,
- BEGIN_RESULT,
- END_RESULT,
- LAST);
- return 0;
- }
复制代码 |
|