writing a SOAP message service, how do I get the attachment from a message?

R

rabbits77

The axis docs specify that when writing a soap message service that :
There are four valid signatures for your message-style service methods:

public Element [] method(Element [] bodies);
public SOAPBodyElement [] method (SOAPBodyElement [] bodies);
public Document method(Document body);
public void method(SOAPEnvelope req, SOAPEnvelope resp);

If my message service receives a message with an attachment how can I,
with any method fitting any of these signatures, access that
attachment? The api docs are not very clear and I have not found any
examples of this.
Thanks!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,832
Latest member
GlennSmall

Latest Threads

Top