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

Error when attempting to load nonXML document

  • 1.  Error when attempting to load nonXML document

    Posted Tue July 25, 2006 06:24 PM

    I am trying to generate a simple program to load a JPG document into Tamino but when I attemp to load the file I get the following error:

    8407HASXJE8407 Invalid Node Type

    Another forum entry suggests that the file needs to be passed as a DOM node and gives two different ways to achieve this. One using:
    var itemSelected=new ActiveXObject(“Microsoft.XMLDOM”);
    and the other using
    GetResult=ProcessObj.getDocument(‘file:///d:/TelephData/Munch1.xml’);

    Neither of these seems to be working.

    Any suggestions?


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Error when attempting to load nonXML document

    Posted Wed July 26, 2006 01:57 PM

    It looks to me like you may be using the JScript API?

    This is not the best API to use for handling non-XML.

    You might want to try the newer Java API or the .NET API.

    A non-XML document would not be presented to Tamino as a DOM node.


    #Tamino
    #webMethods
    #API-Management