For some customers we integrated Microsoft Dynamics with Magento with the Magento Connector for Dynamics Nav by Tinx-IT. This uses the Magento API and webservices to communicate external applications. Clear the wsdl cache SSH: /tmp > rm wsdl-* $client = new SoapClient('http://somewhere.com/?wsdl', array('cache_wsdl' => WSDL_CACHE_NONE) ); During development or to debug issues it is handy … Lees verder Magento API WDSL
↧