JABMessage response = jabService.getResponse();
byte[] expected = new byte[60];
System.arraycopy("tpcall_x_c_type".getBytes(), 0, expected, 0, 15);
byte[] received = response.getByteArray("X_OCTET");
assertTrue(Arrays.equals(expected, received));
jabSession.closeSession();
}
public void test_tpcall_x_c_type_with_tx() throws Exception {
log.debug("JABTestCase::test_tpcall_x_c_type_with_tx");
runServer.tpadvertisetpcallXCType();