I want to integrate some out soap API data with magento store and want to get data from soap API.
For this I have two methods to get data one is using curl and other is using soapClient object, and from both methods I am getting same data but I want to know what is the best method to get data from soap API.
Thanks in advance.