Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | XRFC Services | pub.sap.rfc:decode
 
pub.sap.rfc:decode
Converts an RFC-XML (XRFC) string into the pipeline so that is in a format that can be passed to an SAP system.
Input Parameter
xmlData
String. An RFC-XML message.
bytes
Optional. Byte array that contains the data to be decoded as XRFC.
node
Optional. XML object that represents the XRFC data (you will get a node when putting an XML file via FTP with extension .xml). The service checks in that order if an input document is available: xmlData, bytes, node.
Return Values
$encoding
Optional. Specifies the encoding used in the input document's XML header, (for example: iso-8859-1) if $encoding has not been included in the pipeline before.
Example
This service can be used when an RFC-XML document is posted to Integration Server in a variable.