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

XML starterkit limitations for http client applications?

  • 1.  XML starterkit limitations for http client applications?

    Posted Fri July 20, 2001 01:11 PM

    I was just wondering if there are any limitations for the starter kit for the http client applications. I tried compiling the examples given in the documentation for http java client applications and http c client applications but both without success.

    For java, it seems to be unable to locate the import packages

    For c, ino_fct() is defined in the inoclient.h with “extern” keyword. The example program is unable to compile because it cannot locate this function.

    So I ain’t sure if this is due to limitations of the starter kit or through a fault of my own. If so, can someone please advise me on where i went wrong?

    Thanks.

    jach =)


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: XML starterkit limitations for http client applications?

    Posted Mon July 23, 2001 12:00 PM

    In continuation to my previous postings, would just like to add in the error msg i got from compiling a java application prog:

    java.lang.ClassNotFoundException: com/jclark/xml/sax/Driver

    java.lang.ClassNotFoundException: com/jclark/xml/sax/Driver at java/lang/Class/forName <Class.java>
    at com/docuverse/dom/util/SAXReader.createrParser SAXReader.java:174
    at com/docuverse/dom/util/SAXReader.createrParser SAXReader.java:139
    at com/docuverse/dom/util/SAXReader.read SAXReader.java:69
    at com/docuverse/dom/DOM.readDocument DOM.java:178
    at com/softwareag/tamino/API/dom/TaminoClient.getTaminoResult …

    and it continues… with msgs along these lines.

    and i cannot find the file TaminoClient.java. Would appreciate some help because i am new to tamino. Thanks a million in advance! :slight_smile:

    jaime


    #API-Management
    #webMethods
    #Tamino