RE: help required for attachment using ejb as webservice

2003-04-04 Thread subhendukumar mohanty
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 >

RE: help required for attachment using ejb as webservice

2003-04-04 Thread subhendukumar mohanty
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

RE: help required for attachment using ejb as webservice

2003-04-03 Thread subhendukumar mohanty
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

RE: help required for attachment using ejb as webservice provider

2003-04-02 Thread subhendukumar mohanty
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

RE: Converting byte array to DataHandler for Soap attachment

2003-03-26 Thread subhendukumar mohanty
public void close() throws IOException { baos.close(); bads.setBytes(baos.toByteArray()); } } } } subhendukumar mohanty wrote: > Hi all, > > Our Backend service will call a

Converting byte array to DataHandler for Soap attachment

2003-03-22 Thread subhendukumar mohanty
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

help required for attachment using ejb as webservice provider

2003-03-20 Thread subhendukumar mohanty
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

SOAP with Attachment using Axis Tutorial

2003-03-17 Thread subhendukumar mohanty
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

Webservice design

2003-03-15 Thread subhendukumar mohanty
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