You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Paul Grillo <Pa...@trivininc.com> on 2005/08/16 22:55:58 UTC

Simply add an attachment to client stub

Perhaps this is so easy, I shouldn't be asking.  I'm simply using the
client org.apache.axis.client.Stub and adding a attachmentPart.  It all
goes fine except I would like base64 encoding, not binary.

 

Is there an easy setting for this?  Or do I have to tell the system what
serializer to use and identify a class in some way.  Hoping there is a
built-in setting for base64 in axis.

 

thanks