IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Data type xs:integer in Schema....

  • 1.  Data type xs:integer in Schema....

    Posted Wed June 21, 2006 11:39 PM

    I have an error when loading a document xml on a schema simple. The schema has a defined field as to integer and when loading document with tamino interactive interface 1212121212343434343434 it sends the following error: <?xml version="1.0" encoding="windows-1252" ?> <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”> <ino:message ino:returnvalue=“0”> ino:messagelinedocument processing started</ino:messageline> </ino:message> <ino:message ino:returnvalue=“7761”> <ino:messagetext ino:code=“INOXDE7761”>(cvc-datatype-valid) Overflow detected during validation</ino:messagetext> ino:messagelineLine 2, Column 8: datatype validation for element ‘valor’ of type xs:integer failed:</ino:messageline> </ino:message> </ino:response> XMLSpy validates the xml correctly selecting the xsd. Why XMLSpy validates correctly the document but it is not valid to Tamino? Thanks in advance. jhonny


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Data type xs:integer in Schema....

    Posted Thu June 22, 2006 08:34 AM

    Hi the explanation is that you exceeded the range supported by Tamino. The exact value range should be documented in tha schema documentation and is limited by the precision of 64-bit integers - which means a range of roughly +/- 10**19 - your value is much larger. Regards Uli


    #API-Management
    #Tamino
    #webMethods