in reply to transfer of image with SOAP

  1. Please post the code you currently have (allowing pride/shame for your code get in the way will not help us in helping you).
  2. Check out the docs for SOAP::Lite (or the docs for whatever module you are using to support the SOAP spec).
  3. 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).
  4. Until we (the Monastery) have access to the code which is failing for you, we cannot craft specific answers to your problem.