Hi,
Please can someone point me at or supply me with an example of sending
an attachment via webservices, preferably using Tomcat and Axis in
either a Windows or Linux environment.
I have a webservice running using these technologies but I have been
unable to find an example which involves adding an attachment.
TIA
Brian
timjowers@gmail.com - 06 Dec 2005 19:51 GMT
use base64binary for the datatype. Websphere, for instance, recognizes
this type and will automatically encode for you back to byte[].
Cheers,
TimJowers