Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | Sample Services | sample.sap:handlebXMLPost
 
sample.sap:handlebXMLPost
Submits a bXML message to an SAP system to invoke the associated BAPI.
Input Parameters
serverName
The alias for the SAP system on which to execute the RFC. The alias must match a configured RFC connection alias at Adapter for SAP.
xmlData
String. The XML message of the RFC-XML document.
mode
Allows you to choose the way how the BAPI will be invoked:
Value
Meaning
sync
synchronous execution
async
asynchronous execution
routing
apply routing matching routing info in the document
Return Values
xmlData
XML document representing the response of the BAPI.
Note:
This service is designed only for executing BAPIs that do not require an explicit commit.