|
3#
楼主 |
发表于 2008-6-9 17:10:25
|
只看该作者
web_custom_request("xmlService_6",
"URL={URL_Adr}/dbnetgrid/xmlService?mode=update&fp=null",
"Method=POST",
"Resource=0",
"RecContentType=text/xml",
"Referer={URL_Adr}/sgcc/MasterPlan/PlanComplete/monthReportGrid.jsp",
"Snapshot=t89.inf",
"Mode=HTML",
"EncType=text/XML",
"BodyBinary=<?xml version=\"1.0\"?><root><primarykey name=\"SGCC_FACT_COMPLETE_MASTER.COMPLETE_ID\" type=\"string\" autoincrement=\"false\"><![CDATA[]]></primarykey><primaryKeyColumns>COMPLETE_ID</primaryKeyColumns><fields><SGCC_FACT_COMPLETE_MASTER.COMPLETE_ID format=\"\" elementType=\"\"><value><![CDATA[301400000000001212636867640]]></value><originalvalue><![CDATA[]]></originalvalue></SGCC_FACT_COMPLETE_MASTER.COMPLETE_ID><SGCC_FACT_COMPLETE_MASTER.UNIT_ID format=\"\" elementType=\"\"><value><!"
"[CDATA[{UNIT_ID}]]></value><originalvalue><![CDATA[]]></originalvalue></SGCC_FACT_COMPLETE_MASTER.UNIT_ID><SGCC_FACT_COMPLETE_MASTER.STATE format=\"\" elementType=\"\"><value><![CDATA[1]]></value><originalvalue><![CDATA[]]></originalvalue></SGCC_FACT_COMPLETE_MASTER.STATE><SGCC_FACT_COMPLETE_MASTER.SJ_TYPE format=\"\" elementType=\"\"><value><![CDATA[{YearMonth}]]></value><originalvalue><![CDATA[]]></originalvalue></SGCC_FACT_COMPLETE_MASTER.SJ_TYPE><SGCC_FACT_COMPLETE_MASTER.MEMO format=\"\" "
"elementType=\"textarea\"><value><![CDATA[{YearMonth}AutomaticPerformanceTestMonthReport]></value><originalvalue><![CDATA[]]></originalvalue></SGCC_FACT_COMPLETE_MASTER.MEMO></fields><oracleSequenceName></oracleSequenceName><optimisticLocking>true</optimisticLocking><recordLog>false</recordLog><recordType>i,d,u</recordType><recordParams>,</recordParams><connectionString>samples</connectionString><dateFormat>y-m-d</dateFormat><timeFormat>h:mi</timeFormat><encoding>utf-8</encoding><fromPart>SGCC_FACT_COMPLETE_MASTER</fromPart>"
"<joinPart></joinPart></root>",
LAST);
这是server respose:
<?xml version="1.0" encoding="utf-8"?>
<dbnetedit><errorMessage></errorMessage><errorNumber></errorNumber><modified>false</modified><id>301400000000001212636867640</id></dbnetedit>
我想关联:301400000000001212636867640
这个ID是数据库中为了新增一条记录自动生成的
我的老是报错:
Error -26377: No match found for the requested parameter "Complete_ID". Check whether the requested boundaries exist in the response data.
[ 本帖最后由 songyq521 于 2008-6-9 17:13 编辑 ] |
|