How do I verify that TIBCO Adapter for Siebel is accepting HTTP request or is in hung state?

How do I verify that TIBCO Adapter for Siebel is accepting HTTP request or is in hung state?

book

Article ID: KB0086014

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Siebel -
Not Applicable -

Description

Description:
To confirm if the Siebel adapter is accepting HTTP request, run the attached java program. Check the adapter behavior with the java program to know if the adapter is accepting the HTTP requests.
This program is to simulate the behavior of Siebel client / business service simulator and send HTTP requests to the adapter in a similar manner.

*************************************************************
Below is quick information on the Sample program
*************************************************************
To Start the HTTP Client,
- extract the zip file to a local machine
- start the program using the class HClient.class
                    Java -cp . HClient
- provide the parameters for the Agent HTTP Server (Adapter machine name with port number), EventName, Method ('Send' or 'SendRecieve'), OperationType, ReplyTimeout (for SendReceive method), KeyName and KeyValue. Enable 'Siebel752' if you are using SendReceive Method.
- trigger the event. Verify if the adapter is able to receive the message successfully and execute the event

************************************************************

IMPORTANT NOTE: This java program works outside TIBCO's environment and is made available on an AS-IS basis, and is NOT supported by TIBCO Software. Please do not use it for any other purpose, especially during production runs.

Issue/Introduction

How do I verify that TIBCO Adapter for Siebel is accepting HTTP request or is in hung state?

Attachments

How do I verify that TIBCO Adapter for Siebel is accepting HTTP request or is in hung state? get_app