How can I get all the attachments of a SOAPMessage in JAX-RPC?
Posted
by glopezveiga
on Stack Overflow
See other posts from Stack Overflow
or by glopezveiga
Published on 2010-04-15T14:28:23Z
Indexed on
2010/04/15
14:33 UTC
Read the original article
Hit count: 176
jax-rpc
Using Apache Axis library we make:
Object[] resAtts = ((org.apache.axis.client.Stub) getManagementService()).getAttachments();
© Stack Overflow or respective owner