cancel
Showing results for 
Search instead for 
Did you mean: 

ignoreRecordsetName using MessageTransformBean

Former Member
0 Kudos

Hi all,

I would like to know if we can use ignoreRecordsetName parameter while using the MessageTransformBean.

Also let me know wht is the alternative to use them.

I have used xml.ignoreRecordsetName and only ignoreRecordsetName but it still gives me a error.

Rdgs

Aditya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I don't think you can use ignoreRecordsetName with Message transform bean.

Parameter Specifications in the Adapter Configuration (Plain J2SE Adapter Engine)

Parameter Value

namespace1.Service.1 -> Plain2XMLService

(Plain2XMLService is an arbitrary name)

namespace1.Plain2XMLService.class-> com.sap.aii.messaging.adapter.Conversion

namespace1.Plain2XMLService.xml.<b>conversionType</b>-> SimplePlain2XML

namespace1.Plain2XMLService.xml.<b>processFieldNames</b>> fromConfiguration

namespace1.Plain2XMLService.xml.<b>fieldNames</b>> a,b,c

namespace1.Plain2XMLService.xml.<b>fieldSeparator</b>> ;

namespace1.Plain2XMLService.xml.<b>documentNamespace</b>> <Document Namespace>

namespace1.Plain2XMLService.xml.<b>documentName-></b> <Document Name>

Further reference

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/57/0b2c4142aef623e10000000a155106/frameset.htm">MessageTransformBean</a>

<b>Cheers,

*RAJ*</b>

Former Member
0 Kudos

I am also trying to do content conversion using attachments on the back of the mail adapter.

Does anyone have a work around for the xml.ignoreRecordsetName parameter = true ???

Any notes would be helpful

Cheers

Simon

Answers (1)

Answers (1)

Former Member
0 Kudos

Thnks