Send Binary With Web Services in PHP - 2 Minutes Introduction

Monday, September 22, 2008

If you want to send binary in web services, you have several options. You can use either base64 encoded strings or MTOM, SWA binary optimized protocols. Here is a very quick introduction on how you can implement it in your application.

No comments: