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.  Entity reference   not storing

    Posted 09/17/04 12:43 PM

    Hi,

    I’m trying to store an xml document which contains the entity   but I’m getting an error stating “invalid entity reference”.

    Any way I can get past this?


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Entity reference   not storing

    Posted 09/20/04 09:00 AM

    Hi,

    the XML standard predefines just 5 entities: < > & " '
    All other entities must be defined in a DTD. You can get around your problems by adding an internal DTD
    to your document that defines the entity

    regards

    Harald


    #Tamino
    #API-Management
    #webMethods