I am trying to send attachments back to the client from a soap messging 
service.  Currently I am sending back an XML document as a String, and I 
do this with the responsecontext.setRootPart(XMLdocument, text/xml);  It 
was my guess that to send attachments I would just do a 
responsecontext.addBodyPart(bodypart); this however is not working.  Is 
anybody else sending attachments back to the client, if so how?  Can 
anbody help?

Rich Catlett

Reply via email to