Hi,
I am using Apache Soap/Axis to write a web service. I am using soap
messaging to send a message to the service using soap message router. I want
to construct the soap message dynamically using java/xml. The message will
also have some documents as binary data (using base64 encoding). I want to
send the data as part of the message and not as an attachment.
The problem I am facing is to construct the soap(xml) message which will
contain binary data. I looked at the SOAP/AXIS sample programs and I could
not find anything. I will appreciate if anybody has experiance in doing this
will help me.
Thanks
Sunil