42.4k views
5 votes
Which two statements are true about the integration of BigMachines (without middleware) with external ERP systems?

A. The ERP system should support exchange of XML data.
B. BigMachines can call ERP systems without using BML.
C. Web Services Definition Language (WSDL) can be used to build an XML request that is sent to ERP systems.
D. You need two BigMachines actions: one to send a request to an ERP system and another to receive a valid response.
E. Calling an ERP system does not require authentication of any kind.

1 Answer

3 votes

Final answer:

True statements regarding the integration of BigMachines with external ERP systems are that the systems must support XML data exchange and WSDL can be used for building XML requests. Authentication is required for ERP system interactions, and while BML can be used, it is not the sole method for making calls.

Step-by-step explanation:

The integration of BigMachines with external ERP systems without middleware involves certain technical considerations. The two true statements about this process are:

  • The ERP system should support the exchange of XML data, as it is a common format for sharing data between different systems.
  • Web Services Definition Language (WSDL) can be used to build an XML request that is sent to ERP systems, which allows for the communication and integration capabilities between BigMachines and the ERP systems.

It is important to note that authentication is generally required when calling an ERP system, to ensure security and access control. Also, BigMachines can use its own scripting language, BigMachines Markup Language (BML), to make calls to external systems. However, it is not the only way to communicate with ERP systems as other methods exist such as direct API calls.

User DTrejo
by
7.2k points