cancel
Showing results for 
Search instead for 
Did you mean: 

How can the payload of a XI message be normalized to the RFC-XMLuFF1F

Former Member
0 Kudos

How can the payload of a XI message be normalized to the RFC-XML

format? Is it possible to remove unwanted XML-Namespace declarations

from a RFC-XML document?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

While sending a message to a RFC-Adapter receiver channel a error

is thrown during RFC-XML-document parsing. The RFC-XML document looks

like it has the correct RFC-XML format but there are some additional

XML elements (e.g. XML-Namespace declarations). These elements can't

be understood by the RFC-XML parser of the RFC-Adapter. This parser

only is suitable for correct RFC-XML documents (like created by a

RFC-Adapter sender channel or the SAP JCO).To remove the unneeded elements from the RFC-XML document a message

mapping within the Integration Server can be used. The attached file

rfcnormalizer.jar contains a XSLT-Stylesheet which can be used for

this purpose.

Answers (1)

Answers (1)

Former Member
0 Kudos

More Details:

SAP Notes 730870 - FAQ XI 3.0 RFC Adapter