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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  xsd:decimal fractionDigits defaulted 0

    Posted 10/19/15 04:10 AM

    Hi guys,

    I’m tackling a problem with xsd schema contain an element defined as xs:decimal without any restrictions.

    IS created the schema and related document type. However it defaults fractionDigits of Base Constraints to ‘0’, which cause validation error.

    Anyone dealt with this before?

    Cheers.


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: xsd:decimal fractionDigits defaulted 0

    Posted 10/19/15 09:16 PM

    Never mind guys. It was my oversight!

    The xsd schema imported was from a WSDL and it actually defined as xsd:integer instead, and this is apparently a ‘normal’ behavior to create the data field as decimal with fractionDigits of 0. :roll:


    #Integration-Server-and-ESB
    #webMethods