Terminate Session
Session termination is done by submitting an XML document to explicitly terminate the session. You must specify the session to be terminated in the jdeRequest element tag.
<?xml version='1.0' ?> <jdeRequest type='callmethod' user='steve' pwd='xyz' environment='prod' role='*ALL' session=5665.931961929.454'> <endSession/> </jdeRequest>