You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Ruediger von Creytz <ru...@creytz.org> on 2003/08/20 21:08:25 UTC

Attachments

Hi!

Actually I am trying to send SOAP-messages with attachments to a servlet 
and receiving SOAP-messages with attachments from that servlet. sending 
and receiving works pretty good except for the problem that the received 
SOAPContext tells that it has only one part (SOAPContext.getCount()). So 
I tried to take the message within the BufferedReader - but there I have 
the same problem: how to get the files out of that received stream?

Could anybody help me with examples or so?

Ruediger