in reply to transfer of image with SOAP
- Please post the code you currently have (allowing pride/shame for your code get in the way will not help us in helping you).
- Check out the docs for SOAP::Lite (or the docs for whatever module you are using to support the SOAP spec).
- Check out DIME::Tools (failed to install for me) or MIME::Base64 for inserting binary data into a SOAP message (you will obviously need to decode the binary data on the receiving end to recover your image).
- Until we (the Monastery) have access to the code which is failing for you, we cannot craft specific answers to your problem.