Use Retrofit with Magento SOAP API Today we will use REST client Retrofit to communicate with Magento SOAP API. There is a bit of code to write at beginning which seems to be a high entry barrier to overcome. But look below – I've written everything :) The brief about SOAP Magento SOAP API requires XML messages which consist of Envelope XML element and Body inside Envelope. Operation to perform wi

