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

Facing Problem in instantiating TaminoClient (Help Needed)

  • 1.  Facing Problem in instantiating TaminoClient (Help Needed)

    Posted Fri September 07, 2001 02:39 PM

    I am facing problem in instantiating TaminoClient.

    the code which i am running is as

    import org.w3c.dom.;
    import com.softwareag.tamino.API.dom.
    ;

    public class DemoQuery {
    public static void main(String a) {
    try
    {
    TaminoClient tamino = new TaminoClient(“http://localhost/tamino/manoj_database”);
    }
    catch(Throwable th) {
    System.out.println("error is " + th);
    th.printStackTrace(System.out);
    }
    }

    }

    each time when i try to run this code i am getting this exception

    Fatal parse error in (internal) at line 1, column 0:
    no document element

    Please Help in coming out of this

    Thanks in advance


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


  • 2.  RE: Facing Problem in instantiating TaminoClient (Help Needed)

    Posted Fri September 07, 2001 02:55 PM

    Hi,

    Pramodc had a similiar problem some days age. Please have a look for his post from August, 31.

    Best regards, Andreas


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