How to call Magento web Api with help of PHP SOAP client

Call webservice in magnto is very easy its only 3 step process ,First we create the soap client with hekp of Soap api url then generate session with username and password,Finally we ar ble to call all webservice method From Soap Webservice Api. Continue reading …

How to create Web service in Magneto

Well now I am discussing how to create webservice method in magento.There is a lot of existing webservice in magneto Api ,its divide in different section like (Sales,catalog ect).
Here I am extending sales module and add new web method “getTicketPrice ()”on sales api.
Step 1:First we have register our module
Add the following file in Continue reading …