简体   繁体   中英

Best practice to call webservices from Magento custom module

Can anybody tell me, what will be the the best practice to call webservices from a Magento custom module? Is there any functionality in the Magento / Zend Framework? Or should I use standard PHP functionality?

Zend Framework provides clients for REST and SOAP webservices.

Check lib/Zend/Rest and lib/Zend/Soap

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM