BAPIdecode

The service decodes bXML documents and generates a corresponding pipeline.

Input parameters
xmlData- OR-
String. A document in bXML format.
bytes- OR -
Byte array. It contains the data to be decoded as bXML.
node
XML Node object that represents the bXML data. For example, you get a node when including an XML file through FTP with .xml extension.
Note: 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, for example, iso-8859-1.