Products | Versions |
---|---|
TIBCO Messaging Appliance P-7500 | - |
Not Applicable | - |
Resolution:
Description:
==========
A management application uses the SEMP interface to communicate with TMA 8.7.
Resolution:
==========
Request is sent to TMA by HTTP POST method. Below is an example of the request.
<rpc xmlns="http://www.tibco.com/semp/1_1">
<show>
<interface/>
</show>
</rpc>
It must be validated against semp-rpc.xsd. A Java program is attached to this Solution providing an example to demonstrate how to communicate with TMA using the SEMP interface.
To run the program:
Java –Dcredential=admin:admin –Dserver=http://10.97.48.35:80/SEMP –Dxmlfile=semprequest.xml SempCmd
The program (SempCmd.java) and output (SempCmd.out) are attached.