Sending a SEMP request over HTTP to manage TMA.
book
Article ID: KB0087168
calendar_today
Updated On:
TIBCO Messaging Appliance P-7500
-
Not Applicable
-
Show More
Show Less
Description
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.
Issue/Introduction
Sending a SEMP request over HTTP to manage TMA.
Attachments
Sending a SEMP request over HTTP to manage TMA.
get_app
Sending a SEMP request over HTTP to manage TMA.
get_app
Feedback
thumb_up
Yes
thumb_down
No