[ https://issues.apache.org/jira/browse/CXF-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16546779#comment-16546779 ]
Daniel Kulp commented on CXF-7794: ---------------------------------- An xsd:integer (which is the base type in your schema) has a lexical format of: {code} integer has a lexical representation consisting of a finite-length sequence of one or more decimal digits (#x30-#x39) with an optional leading sign {code} An empty element does NOT fit that lexical representation (one or more). The error is completely correct. > BigInteger Binding classes cxf interceptor error > ------------------------------------------------- > > Key: CXF-7794 > URL: https://issues.apache.org/jira/browse/CXF-7794 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime, JAXB Databinding > Affects Versions: 3.2.4 > Reporter: Rajesh > Priority: Major > Attachments: CXF Binding Issue.txt, CXFBindingIssue.docx > > Original Estimate: 20h > Remaining Estimate: 20h > > Problem is when I' m not passing customIngeger value which is BigInteger Type > in soap request I'm getting cxf interceptor error .if I change binding class > datatype from BigInteger to String to same attribute I'm able to test it out. > Why for big integer data types cxf is throwing interceptor error though its > optional parameter.Find the details in attachments > > Any help would be appreciated. > Thank you. > [ > |https://s1.ariba.com/Buyer/soap/cisco-child-T/PaymentRealTimeExport_v2?wsdl&validate=false] > > > > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)