Sending a SEMP request over HTTP to manage TMA.

Sending a SEMP request over HTTP to manage TMA.

book

Article ID: KB0087168

calendar_today

Updated On:

Products Versions
TIBCO Messaging Appliance P-7500 -
Not Applicable -

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.

&ltrpc xmlns="http://www.tibco.com/semp/1_1">
    &ltshow>
        &ltinterface/>
    </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