Hi All
I'm looking for an example SOAP client that can send an attachment to a server.
I imagine there are a couple of ways to do it, one being calling a function defined in the web service and supplying the data in the file to be attached as a parameter. This may mean opening the file reading its contents and sending it to the server function. The server function would then need to save that data or process it accordingly.
Is this the correct way to do it? Is there a better way?
Any tutorials or examples anyone could point me to would be a great help. I've found lots on the web, but not specifically to do with attachments
Many thanks
Tim