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 Tony Thompson <to...@stone-ware.com> on 2003/09/17 22:29:51 UTC

Serialize an InputStream

I have a bean that I am publishing as a web service with Axis.  One of
the methods in my bean returns an InputStream:

public InputStream getStream();

Is there any chance that Axis can take this InputStream and send its
content to the SOAP client as a DIME attachment?  Or, is there another
way to accomplish this?

Thanks.
Tony