It sounds like you're sending a binary file. You should try encoding it using Base64 and then treating it as a string.
On Tue, 27 Apr 2004 15:33:41 +0500, Faraz Rasheed <[EMAIL PROTECTED]> wrote: > > Hi, > > How can I send data in file to my web service running on axis. My client > app is written in .Net. I tried to read the file in a string and send > the data but it gave an error that an invalid xml expression in found > which is like 0xh05 > > Regards, > Faraz > >
