So it doesn't return no OMElement or anytihing like that, just plain old String. Maybe it can access outgoing MessageContext and put attachement in it?
Yes.. You can do it. You can attach your attachments to the outgoing message context via the addAttachment(*) methods. It's exactly the way we are doing it in the SwA sample, though it's on the client side....
You can access the incoming message context using MessageContext.getCurrentContext within the service impl. From that you can get the operation context. From the operation context you can get the outgoing message context. ~Thilina
Thanks, Dejan
-- Thilina Gunarathne WSO2, Inc.; http://www.wso2.com/ Home page: http://webservices.apache.org/~thilina/ Blog: http://thilinag.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
