Archive

Posts Tagged ‘WebService’

Consuming web service via SOAP in Magento

October 15th, 2008

Consuming Web service via SOAP in Magento is a breeze. There are few steps for you to take in order to get access to SOAP web service. For those of you new to web services and SOAP, let me elaborate few things. SOAP is a protocol for exchanging XML-based messages over computer networks, normally using HTTP/HTTPS. Web services is basically just a set of Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system. Magento Core API supports both SOAP and XML RPC protocols. In this example I will show you how to consume Web service using SOAP protocol. Read more…

Magento ,