I need to pull the Magento ecommerce sales, customer data into our SQL server I have attempted to use the SOAP API to do this task however I came to roadblock.. I was able established the connection with web service task and retrieve the sessionID assign to a global variable .. However when I try to do the second the web service task call with different method CALL for customer, it keeps timing out.
At the end of day, I would like a automated process to export out Magento data into xml or csv, so I can import into SQL server.
So any approach or idea would be greatly appreciated.