VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: artoulis on December 14, 2019, 22:43:02 PM

Title: Method for importing products through soap
Post by: artoulis on December 14, 2019, 22:43:02 PM
Hello VirtueMart community,

I'm trying to import or update products through an erp which utilized the soap protocol,

I've been looking for hours and I have only found various ways of importing through csv or excel files.
My goal is to create an automated script(via crontab) which will update the products database accordingly.

I understand that it can be done by directly writing to the database but I was wondering if there's a simpler way of doing it.

any suggestions are highly appreciated.
Title: Re: Method for importing products through soap
Post by: pinochico on December 15, 2019, 07:04:10 AM
Quotea simpler way

1. We have connector for SAP, which use WDSL
2. We have app - Import product for VirtueMart, which use XML or CSV with crontab. Next Year we adding soap support for this app, because we have client for this.

Rudolf