R&D Headquarters
NTT DATA Corporation
- Original Message -
From: "subhendukumar mohanty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 04, 2003 10:36 PM
Subject: RE: help required for attachment using ejb as webservice
>
e are quite different, despite the misleading word.
Can you make sense of the meaning ?
Best Regards,
Toshi (Toshiyuki Kimura) <[EMAIL PROTECTED]>
R&D Headquarters
NTT DATA Corporation
-Original Message-
From: subhendukumar mohanty [mailto
s
NTT DATA Corporation
-Original Message-
From: subhendukumar mohanty [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 03, 2003 12:07 AM
To: [EMAIL PROTECTED]
Subject: RE: help required for attachment using ejb as webservice
provider
Hi Toshiyuki
My Answer
hiyuki Kimura) <[EMAIL PROTECTED]>
R&D Headquarters
NTT DATA Corporation
-Original Message-
From: subhendukumar mohanty [mailto:[EMAIL PROTECTED]
Sent: Friday, March 21, 2003 10:05 AM
To: [EMAIL PROTECTED]
Subject: help required for attachment using ejb as
public void close() throws IOException {
baos.close();
bads.setBytes(baos.toByteArray());
}
}
}
}
subhendukumar mohanty wrote:
> Hi all,
>
> Our Backend service will call a
Hi all,
Our Backend service will call a application which will return the image in byte array.
Our Backend is exposed as a webservice for the client. How to create a datahandler
object from the byte array.
Thanks,
Subhendu
We are creating a ejb which will be exposed as webservice. One of the method of ejb
will return the image from image archive. So we need to use soap with attachment for
this. I learned that if any data is returned using DataHandler it will be
automatically passed as soap with attachment. As Data
Hi all,
we are developing EJB based webservices which will return image files as attachments.
So I need to understand how it works with axis. I saw a sample is in axis but I need
some more information about how the soap attachment works using axis.
Any pointer will be appreciated.
Thanks,
Subh
Hi,
we are developing a middleware(Based on EJB). The clients for the middleware are in
different platform(Java and VB ..etc.). So the requirement is to make the middleware
exposed as Webservice . But Java clients will call using RMI and other will call using
SOAP. The middleware handles image