Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | bXML Services | pub.sap.bapi:decode
 
pub.sap.bapi:decode
Decodes bXML documents and generates a corresponding pipeline.
Input Parameters
xmlData
- OR-
String. A document in bXML format.
bytes
- OR -
Byte array. Contains the data to be decoded as bXML.
node
XML Node object that represents the bXML data (for example, you 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 found in the bXML document, e.g. iso-8859-1.