All, I am trying to put together the pieces for writing a RPC web service that processes a MIME attachment. The axis api obviously has what I need to get at SOAPMessage attachments, etc. But these classes seem to available only to the handler chain via the MessageContext argument.
If the soap body has something like <myElem href="the attachment.pdf"/> how can I get this resolved when my web service method is called? I must be missing something obvious. Thanks, Steve Pruitt