2014-06-19 AM Web Store and Point of Sale (POS) Integration Session 2
Be aware that I did not accomplish my goal before this meeting. I had intended to execute a webservice to run a process from Talend ETL.
Three options to migrate data
iDempiere code - Web Store /POS push to iDempiere staging tables + use iDempiere processes to move through i_bp, i_order, i_payment, etc.. tables all the way through the final destinations.
Web Services - Web Store / POS to use web services directly to BP, Order and Payment tables (bypassing the staging tables)
ELT - to pull from Web Store /POS and push to iDempiere staging tables. ETL to use web services to execute iDempiere processes.
Discussion of pros and cons of ETL vs web services.
0:11:15 How to ensure you get all orders (no duplicates) from the web store or POS despite heavy order loads.
0:14:30 How to confirm the ERP received the order batch details.
0:22:30 iDempiere web services overview - major components
Talend ETL - automation tool
SoapUI - web services play/test tool
iDempiere - web services
0:25:30 iDempiere - how to find WSDL
0:26:45 Creating your first SoupUI project to run your first web services call
0:03:00 Using the same SOAP message inside talend ETL (here is where I failed :)
0:32:00 Introduction to iDempiere Composite Web Services.
0:35:00 Errors in Talend that prevented my web services success.