I am attempting to create a soap-type server for uploading/download data from/to a remote application.
But I would like the remote application to also upload attachments (e.g. photos) via this interface as well. Can I create a server that will except images this way?
Can I encode an image as part of the XML, and then decode it back to an actual file at the server end?
Sorry it's a bit vague, but I don't know what I'm doing
Thanks in advance.