Hi, We are using apache soap attachment to upload and download data using WebSphere.
We can send a JavaBean along with a DataHandler to the server to do upload, the Bean can have all the meta data needed for handling this DataHandler. The apache BeanSerializer can handle this. The question is when we do download, we can get DataHandler back, but how can we send the related meta data back at the same time without having to write a new serializer? (if we have to write a new one, how can we handle the DataHandler like what the BeanSerializer already did?) Thanks, -- wei