Thanks, Shankar, I have figured out the problem. In my C# code, I was overriding GetReaderForMessage and creating an XmlTextReader so that I could specify UTF-8 as the encoding. I had added this a while back when using gsoap as it was not setting utf-8 as the encoding in the http header, so it was failing to parse strings in the response if they were not english. After removing this now unnecessary code, everything works.
-Dave. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 10:23 AM To: [email protected] Subject: RE: C# mustunderstand problem Hi Dave, You can download the zip of the project from [1] Regards, Shankar [1] http://people.apache.org/~shankar/ConsoleApplication1.zip Dave Meier wrote: > Hi Shankar, > > I sent the last email too soon. I actually do need to see your > project as I just realized I was not hitting my axis2/c server but > instead was hitting a different one. > > Thanks, > > -Dave. ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. **********************************************************************
