All, I am putting 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 only be available to classes in the handler chain via the MessageContext argument.
If the soap body has something like <myElem href="the attachment.pdf"/> how do I resolve this in my actual web service method? I must be missing something obvious. Thanks, Steve Pruitt
