Skip to Content
0
Former Member
Dec 08, 2009 at 02:09 AM

jdbc synchronous not work

25 Views

I design a test scenario, http to jdbc synchronous.

I send a test message in rwb, integration Engine. but I can't see message entry in sxmb_moni, and rwb message monitoring.

When I send error sql, I can see message in sxmb_moni.

I don't know why.

Reciever sql request message is

<?xml version="1.0" encoding="UTF-8"?>

http://topfine.com/TG/BPM"> action="SQL_QUERY"> select * from o_tns16_base where sapflag='0'

response message structure is:

<?xml version="1.0" encoding="UTF-8"?>

http://topfine.com/TG/BPM">

<ST1_response>

<row>

<compcd/>

<custcd/>

<cigcd/>

<baseqty/>

<unitid/>

<upddate/>

<mq_lsh/>

</row>

</ST1_response>

</ns0:sd025QR_response>