RFCdecode
The service converts an RFC-XML (XRFC) string into the pipeline so that it is in a format that can be passed to an SAP system.
- Input parameters
-
- xmlData
- String. An RFC-XML message.
- bytes
- Optional. A byte array that contains the data to be decoded as XRFC.
- node
- Optional. XML object that represents the XRFC data. For example, you get a node when putting an XML file through FTP with an xml extension. The service checks in that order if an input document is available: xmlData, bytes, node.
- Return values
-
- $encoding
- Optional. Specifies the encoding that is used in the input document's XML header, for example, iso-8859-1 if $encoding is not included in the pipeline before.
Example
The service can be used when an RFC-XML document is posted to webMethods Integration in a variable.