cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Receier Adapter Response (Success And Error)

Former Member
0 Kudos

If I configure the JDBC adapter to send the following message (with XML2_DB), and define the transaction to either success everything or fail everything, what would be my response coming as:

<Product>

<Product ID>97XJ</ProductID>

<Product Number>233</ProductNumber>

<Price>

<PriceID>23334</PriceID>

<PriceType>Float</PriceType>

</Price>

<Price>

<PriceID>23334</PriceID>

<PriceType>Fixed</PriceType>

</Price>

</Product>

<Product ID>49HDJ</ProductID>

<Product Number>233</ProductNumber>

<Price>

<PriceID>23334</PriceID>

<PriceType>Float</PriceType>

</Price>

<Price>

<PriceID>23334</PriceID>

<PriceType>Fixed</PriceType>

</Price>

</Product>

Thanks

Samir

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Depends on what action your are performing.

Is it the INSERT, DELETE, SELECT?

Regards,

Bhavesh

Former Member
0 Kudos

The opreration on different Nodes (Product or Price) wil be either INSERT_UPDATE