RE: Sending binary data as byte array

2005-01-31 Thread Arijit Mukherjee
on during the serialization/deserialization phase. Have anyone encountered similar problems? Regards Arijit >-Original Message- >From: Hamilton, Ian [IT] [mailto:[EMAIL PROTECTED] >Sent: 28 January 2005 17:44 >To: [EMAIL PROTECTED] >Subject: RE: Sending binary data as byte

RE: Sending binary data as byte array

2005-01-28 Thread Hamilton, Ian [IT]
y I went with the byte[] solution in my case. -Ian -Original Message- From: Brammer, Steve [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 12:33 PM To: [EMAIL PROTECTED] Subject: Sending binary data as byte array Hi, I have implemented a web service using axis and I consume t

Sending binary data as byte array

2005-01-28 Thread Brammer, Steve
Hi, I have implemented a web service using axis and I consume the web service from .Net. I have a need to send and receive binary data (office documents) but I haven't been able to work out how to use DIME attachements, so I have worked around this by simply turning the filestream into a byte