1

How to create custom SOAP api in magento 2.0? Please share you link if you have already work on it.

asked Feb 10, 2016 at 12:47

1 Answer 1

1

To create custom SOAP api for Magento 2.0

  1. Create service contracts. These are set of data and service interfaces. Sample module for service contracts can be found on Magento github.

  2. Expose services as web api services.

answered Feb 10, 2016 at 21:25
6
  • Hi, @Arkadii , nice article and I will check it but can't understand how can I manage with custom, can you please elaborate. Commented Feb 18, 2016 at 7:47
  • Have you already created service contracts? Could you give me an interface, which you want to expose Commented Feb 18, 2016 at 7:52
  • Hi, I can't understand exactly how to create service contracts, can you please provide other documentation for better understanding. Commented Feb 20, 2016 at 6:47
  • Try to explore this one: ashsmith.io/magento2/module-from-scratch-module-part-2-models Commented Feb 22, 2016 at 9:42
  • Thanx, i will check it and let u know. Commented Feb 23, 2016 at 7:42

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.