You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Gafoor, Shameem" <Sh...@hpsglobal.com> on 2002/07/08 12:52:56 UTC

SOAP attachments using message based service with EJB

Hi ,

Has anyone used a message based service to invoke an EJB method deployed as
a WebService, that takes an attachment.

My EJB method can accept a java.io.File object as a parameter. However I am
unable to find a serializer/Deserializer for File.

I cannot use a DataHandler to pass attachments to the EJB , as DataHandler
does not implement serializable.

Any help in this regard is highly appreciated.

Thanx

Shameem Gafoor