cancel
Showing results for 
Search instead for 
Did you mean: 

How to ignore Recordset name in XML(Sender JMS Adapter)?

Former Member
0 Kudos

Hi All.

I am using Sender JMS Adapter along with content conversion.

I have put in Parameter:

Plain2XMLService xml.ignoreRecordsetName true

still the Inbound payload in SXI_MONITOR has Node Recordset, which should not be the case.

Please advice, does this ignoreRecordsetName works in JMS adapter, if Yes does it works same way as in File Adapter content conversion?

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

In File Adapter, we give the parameters as

ignoreRecordsetName true

Not as ABC.ignoreRecordsetName true

Regards

Abhijit

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi All.

>

> I am using Sender JMS Adapter along with content conversion.

>

> I have put in Parameter:

> Plain2XMLService xml.ignoreRecordsetName true

>

> still the Inbound payload in SXI_MONITOR has Node Recordset, which should not be the case.

>

> Please advice, does this ignoreRecordsetName works in JMS adapter, if Yes does it works same way as in File Adapter content conversion?

>

> Thanks in Advance

can you try

ignoreRecordsetName true instead of xml.ignoreRecordsetName

also try to not give any value for the xml.recordsetName parameter.

I actually doubt if we can ignore the record set name using the module.

Former Member
0 Kudos

Hi,

I tried giving ignoreRecordsetName true instead of xml.ignoreRecordsetName.

But didn't worked for me. Any other approach so that we can ignore the Recorset name.

Regards

Shabarish_Nair
Active Contributor
0 Kudos

ok so i think i can confirm that ignorerecordset feature doesnt work using the messagetransform bean.

Will wait to see if anybody disagrees and knows the configuration

Former Member
0 Kudos

Does anybdy know.. if ignoreRecordsetName works in JMS?