Skip to content

Instantly share code, notes, and snippets.

@henryyan
Created February 25, 2013 02:36
Show Gist options
  • Save henryyan/5027015 to your computer and use it in GitHub Desktop.
Save henryyan/5027015 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="GBK"?>
<InsuranceData>
<headInfo>
<partnerCode>010106</partnerCode>
<partnerComCode>010106</partnerComCode>
<massage>test</massage>
<requestType>01</requestType>
<transactionId>01010601010620130225010002</transactionId>
</headInfo>
<bodyInfo>
<mainInfo>
<proposalNo>010106_201302259</proposalNo>
<issueCompany>0101</issueCompany>
<issuePlace>上海市衡山路922号30楼B座</issuePlace>
<companyCode>01</companyCode>
<handlerCompany>0101</handlerCompany>
<inputDate>2013-02-25 10:33:57</inputDate>
<isDebitnoteInd>1</isDebitnoteInd>
<sumInsured>458650.0</sumInsured>
<sumGrossPremium>50.0</sumGrossPremium>
<agreementNo>0029454</agreementNo>
</mainInfo>
<riskInfo>
<riskCode>1120</riskCode>
<policyType>0</policyType>
<startDate>2013-03-01 00:00:00</startDate>
<endDate>2013-03-10 00:00:00</endDate>
<uwYear>2013</uwYear>
<insuredDays>10</insuredDays>
</riskInfo>
<itemAcciInfo>
<travelType>1</travelType>
<journeyStart>上海</journeyStart>
<journeyEnd>北京</journeyEnd>
</itemAcciInfo>
<insuredInfo>
<serialNo>1</serialNo>
<insuredType>1</insuredType>
<insuredCode>AAA293742</insuredCode>
<insuredName>咖啡兔</insuredName>
<insuredEName>kafeitu</insuredEName>
<insuredAddress>hengshanlu 922</insuredAddress>
<insuredEAddress/>
<registerCode>200000</registerCode>
<identifyTypeA>00</identifyTypeA>
<identifyNoA>37152219870714331X</identifyNoA>
<birthday>1980-09-09 00:00:00</birthday>
<sex>男</sex>
<mobilePhone>13764984101</mobilePhone>
<email>kafeitu@gmail.com</email>
</insuredInfo>
<itemAcciListInfoList>
<itemAcciListInfo>
<clientNo>1</clientNo>
<itemDetailNo>1</itemDetailNo>
<projectCode>102</projectCode>
<clientCode>294729742934</clientCode>
<clientCName>咖啡兔</clientCName>
<clientEName>kafeitu</clientEName>
<insuredAddress>上海市衡山路922号</insuredAddress>
<insuredEAddress>hengshanlu 922</insuredEAddress>
<registerCode>200000</registerCode>
<identifyTypeA>00</identifyTypeA>
<identifyNoA>37152219870714331X</identifyNoA>
<birthday>1980-09-09 00:00:00</birthday>
<sex>男</sex>
<mobilePhone>13764984102</mobilePhone>
<email>kafeitu@gmail.com</email>
<relationship>01</relationship>
</itemAcciListInfo>
</itemAcciListInfoList>
<benefitInfoList>
<benefitInfo>
<itemDetailNo>1</itemDetailNo>
<clientNo>1</clientNo>
<serialNo>1</serialNo>
<clientCName>咖啡兔子</clientCName>
<relationship>01</relationship>
<benifitPercent>100.0</benifitPercent>
</benefitInfo>
</benefitInfoList>
</bodyInfo>
</InsuranceData>
checkServerTrusted =============
2013-02-25 10:34:13,221 [main] DEBUG [com.runchain.joying.eom.chubb.util.WebServiceUtil] - received response:
报文格式错误 或 Hibernate operation: Could not execute JDBC batch update; uncategorized SQLException for SQL [insert into GgInfoSiteLog (partnerCode, partnercomCode, requestType, resultType, proposalNo, policyNo, operationDate, massage, remark, transactionId) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; SQL state [72000]; error code [12899]; ORA-12899: value too large for column "TA_UAT"."GGINFOSITELOG"."MASSAGE" (actual: 507, maximum: 500)
; nested exception is java.sql.BatchUpdateException: ORA-12899: value too large for column "TA_UAT"."GGINFOSITELOG"."MASSAGE" (actual: 507, maximum: 500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment