webMethods

webMethods

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.  API crashed my app

    Posted Tue April 08, 2003 07:16 AM

    Hi,

    I ran the folowing codes to retrieve the list of published and list of subscribed documents at a particular gateway.


    BrokerTerritoryGatewayInfo btgi =
    aBrokerAdminClient.getLocalTerritoryGateway();

    for (int i=0; i< btgi.length; i++) {
    String rtn = btgi[i].remote_territory_name;
    BrokerCompleteTerritoryGateway bctg =
    BrokerCompleteTerritoryGateway.retrieve(aBrokerAdminClient, rtn);


    }

    The application terminated when it ran retrieve(). No exceptions thrown. The application just terminates.

    Can anyone help.

    Kenny


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB