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.  Problems with InoAppendChild

    Posted 02/22/02 12:52 PM

    Hello,
    I don’t know how to use InoAppendChild.
    I already installed nodelevelupdate.dll

    My XML is:

    I want to append a new “Scene” node to “Video” document, but it doesn’t work.


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management


  • 2.  RE: Problems with InoAppendChild

    Posted 09/20/02 04:56 PM

    For ex.:
    Coll = VideoColl
    DocType = Video
    InoId = 2
    XPath = Video
    then
    InoAppendChild(“/VideoColl/Video/@2”,“Video”,xmlDoc)

    be sure about NodeLevelUpdate.dll configuration (use regedit to check for MSXML library - see NodeLevelUpdate FAQ)

    bye bye
    miXer
    [
    QUOTE]Originally posted by Josep:
    Hello,
    I don’t know how to use InoAppendChild.
    I already installed nodelevelupdate.dll

    My XML is:


    I want to append a new “Scene” node to “Video” document, but it doesn’t work.
    [/QUOTE]


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods