1 Reply Latest reply on Jun 12, 2006 12:33 AM by thomas.diesler

    SOAP Response with Attachments

      I apologize as this is probably a bit of a newbie question. I have not read all the relevent manuals and standards. However maybe some can help.

      I want to send a SOAP request, and receive a response with attachments. All the examples I have seen go the other way round. The examples in the Guide return just a String. The Guide shows how to access the ServletEndPointContext, and hence have access to the whole SOAP message. But this is just for the request that the server receives, not the response.

      I managed to do it with Apache SOAP, so I guess it must be possible.

      Thank you.