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
  • 1.  Why can a connection attempt freeze?

    Posted Wed August 07, 2002 05:38 AM

    I am making the following method call:

    TaminoClient tamino = new TaminoClient(“http://localhost/tamino/FlowTaminoSample/ino:etc”);

    But it just freezes. No Exception is thrown. Nothing happens. It seems to be waiting for a HTTP response or something.

    I’ve also tried to use the API for JAVA, and it works no problem, but the JAVA Client API connection attempt freezes? Why?

    What might cause this to happen?

    Thanks.


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


  • 2.  RE: Why can a connection attempt freeze?

    Posted Wed August 07, 2002 12:38 PM

    Hi Shaun,

    Some more information would be helpful:

    What is the configuration you are using (ie. what webserver/version on what platform, what platform is Tamino running on, where is the client)?

    Can the SMH administer the database successfully?

    Has this ever worked or is this a new installation?

    Kind regards,

    Simon


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


  • 3.  RE: Why can a connection attempt freeze?

    Posted Thu August 08, 2002 10:45 AM

    Thanks for the input. :slight_smile:

    My development requirements have changed again, and I’m back to using the API for JAVA. I thought I had to use the client HTTP API if I wanted to get at the full response document, but I’ve since figured out how to get access to this document using the JAVA API ( you can check my posting in the JAVA API forum → topic: “How do I get the entire ino:response document or XML response?” )


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