
Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
The client is using Axis. Java. I tried a typed dataset but they don't seem
to know what they would need to do with that so that's why I'm trying the
XML now. But they now say their parser chokes on any special characters.
Is this your only suggestion ?

Signature
David Bartosik MS MVP
www.davidbartosik.com
www.barvin.com
> Hi David,
>
[quoted text clipped - 7 lines]
>
> #XmlCDataSection Class
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
> frlrfsystemxmlxmldatadocumentclasstopic.asp
>
> #XmlDocument.CreateCDataSection Method
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
> frlrfsystemxmlxmldatadocumentclasstopic.asp
>
[quoted text clipped - 6 lines]
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
Steven Cheng[MSFT] - 07 Sep 2004 10:47 GMT
Hi David,
As for the special characters, I think it is likely due to the different
implementing on soap message of the axis and .net framework webservice. If
both the client and server use the .net framework the speical characters
will be processed correctly internally. But as for the axis, since it is
not designed right compatible with .net , I think it better to use CData
Section to ensure the text data be escaped.
Regards,
Steven Cheng
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
David Bartosik - MSFT MVP - 07 Sep 2004 16:50 GMT
ok, thanx.

Signature
David Bartosik
Microsoft MVP
www.davidbartosik.com
> Hi David,
>
[quoted text clipped - 14 lines]
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)