Which one do you need to access in your client, the attachment or one of MessageContext properties?
If you need the attachment, then it should be available in the response variable in your client; the same way you extracted it in the sample code you posted.
If what you need is an object in the handler, or a property in its MessageContext, I also am not aware how. But one way ( a dirty way ), is to chunk them in, into the mime
soap. You may need to update other items like the wsdl, for this new info in the message.
[ May 27, 2006: Message edited by: Jesus Angeles ]