1 2008-08-05 Gert Driesen <drieseng@users.sourceforge.net>
3 * SoapHexBinary.cs: In Byte [] ctor, actually save the value. Fixes
4 bug #414373. In Parse, when passed in value has uneven length throw
5 a RemotingException. On 2.0 profile, throw RemotingException for
8 2008-07-02 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
15 * SoapDate.cs: Fix parameter names
17 2005-08-01 Lluis Sanchez Gual <lluis@ximian.com>
19 * SoapPositiveInteger.cs: Set correct XsdType name for SoapPositiveInteger.
21 2005-06-27 Lluis Sanchez Gual <lluis@ximian.com>
23 * SoapDuration.cs: Fixed parsing of TimeSpan values. Based on a fix
24 by Roei Erez. Also fixed issues in the ToString method.
27 2004-06-15 Gert Driesen <drieseng@users.sourceforge.net>
29 * SoapHexBinary.cs: fixed serialization compatibility with MS.NET
30 * SoapQName.cs: fixed serialization compatibility with MS.NET
32 2003-11-28 Dick Porter <dick@ximian.com>
34 * SoapQName.cs: Use the char form of IndexOf, so that the
35 comparison is done with the Invariant culture.
37 2003-11-17 Lluis Sanchez Gual <lluis@ximian.com>
39 * SoapAnyUri.cs, SoapBase64Binary.cs, SoapDate.cs, SoapDateTime.cs
40 SoapDay.cs, SoapDuration.cs, SoapEntities.cs, SoapEntity.cs,
41 SoapHexBinary.cs, SoapId.cs, SoapIdref.cs, SoapIdrefs.cs, SoapInteger.cs,
42 SoapLanguage.cs, SoapMonth.cs, SoapMonthDay.cs, SoapName.cs,
43 SoapNcName.cs, SoapNegativeInteger.cs, SoapNmtoken.cs, SoapNmtokens.cs,
44 SoapNonNegativeInteger.cs, SoapNonPositiveInteger.cs,
45 SoapNormalizedString.cs, SoapNotation.cs, SoapPositiveInteger.cs,
46 SoapQName.cs, SoapTime.cs, SoapToken.cs, SoapYear.cs, SoapYearMonth.cs:
49 * SoapHelper.cs: Added