1

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.

1
  • 1
    I suggest to use soapClient object. Commented Sep 13, 2016 at 13:06

1 Answer 1

0

The preferred method of accessing the SOAP API is via soapClient. That is exactly what the PHP class is for.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.