Pinging Remote Nodes

You can use the Simple Post utility to ping remote nodes. The following is an example of a Simple Post command line ping. Notice that -msgtype parameter is set to ping:

java com.peoplesoft.pt.simplepost.SimplePost -reqnode JRHOME 
-opername JR_COUNTRY_MSG -infile c:\temp\pingin.xml -outfile 
c:\temp\pingout.txt -opertype ping -url http://jrunstad040102/
PSIGW/HttpListeningConnector

This example is the result of a successful ping, pingout.txt:

<?xml version="1.0"?>
<IBResponse type = "success">
   <DefaultTitle>Integration Broker Response</DefaultTitle>
   <StatusCode>0</StatusCode>
   <TransactionID>null</TransactionID>
</IBResponse>