How to create custom SOAP api in magento 2.0? Please share you link if you have already work on it.
Arkadii Chyzhov
2,87814 silver badges15 bronze badges
asked Feb 10, 2016 at 12:47
Dhrumin
8613 gold badges8 silver badges24 bronze badges
1 Answer 1
To create custom SOAP api for Magento 2.0
Create service contracts. These are set of data and service interfaces. Sample module for service contracts can be found on Magento github.
answered Feb 10, 2016 at 21:25
Arkadii Chyzhov
2,87814 silver badges15 bronze badges
-
Hi, @Arkadii , nice article and I will check it but can't understand how can I manage with custom, can you please elaborate.Dhrumin– Dhrumin2016年02月18日 07:47:16 +00:00Commented Feb 18, 2016 at 7:47
-
Have you already created service contracts? Could you give me an interface, which you want to exposeArkadii Chyzhov– Arkadii Chyzhov2016年02月18日 07:52:06 +00:00Commented 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.Dhrumin– Dhrumin2016年02月20日 06:47:03 +00:00Commented Feb 20, 2016 at 6:47
-
Try to explore this one: ashsmith.io/magento2/module-from-scratch-module-part-2-modelsArkadii Chyzhov– Arkadii Chyzhov2016年02月22日 09:42:40 +00:00Commented Feb 22, 2016 at 9:42
-
Thanx, i will check it and let u know.Dhrumin– Dhrumin2016年02月23日 07:42:44 +00:00Commented Feb 23, 2016 at 7:42
Explore related questions
See similar questions with these tags.
default