In general, how webservice recieves image file or other binary data? As you may notice, one of the popular way to communicate with web service to transfer data or receive data, we mostly use XML (Soap, XML RPC …). XML is a string data, so what is the best way to attach the image files or any binary data to send or receive from the webservice?… Read More