How is the array? You mean what you send
<byte>8</byte> <byte>127</byte>
etc.? If so, you can, of course, improve it by first sorting through an array of bytes into a hexadecimal string, for example.
<codedArray>087F09AFBD.....</codedArray>
This is the most common way to send images, etc. through SOAP. However, even then you are right to question him. You really should look at other, more RESTful, IMHO transfer protocols.
pdr
source share