Hi all I am quite new on axis. I have to implement a request/response service (i.e. my service contains method(SOAPEnvelope req, SOAPEnvelope resp) ). I managed to build the client, send a SOAPEnvelope correctly, receive the envelope on the server. I wasn't able to create a response message using setHeader, setBody and addAttachment. I understand I have to use the MessageContext.
Where can I find examples about this kind of issues? Cheers Marcello