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
  • 1.  XSLT Complex Type

    Posted Wed September 24, 2003 11:50 PM

    As per w3c Ambiguous content model is not supported so wM does not support ambigous content model

    ~Prabhu.


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: XSLT Complex Type

    Posted Wed December 29, 2004 05:13 PM

    Hi

    I am facing following error while creating an XML schema.

    Message: Schema definition is INVALID
    Error: 0
    pathName: /schema/element/complexType/all/element/
    errorMessage: [ISC.0082.9015] Ambiguous content model in schema - not LL(1)

    Let me know.Thanks in advance.

    Thanks,
    Sampath


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: XSLT Complex Type

    Posted Thu December 30, 2004 04:50 AM

    There’s a few XSD features that webMethods does not like, from my experience.
    First one is the use of ##any type in schemas. The second is use of included schemas.
    In the first instance, I removed all ##any declarations, or changed them to xs:string. As far as included schemas, the best way around this is to create a big schema with all referenced schemas together. This seemed to work.

    Regards,

    Hido Hasimbegovic
    www.customware.net


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration