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

Reply via email to