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