2008-08-05 Gert Driesen * SoapHexBinary.cs: In Byte [] ctor, actually save the value. Fixes bug #414373. In Parse, when passed in value has uneven length throw a RemotingException. On 2.0 profile, throw RemotingException for invalid hex digits. 2008-07-02 Andreas Nahr * SoapYearMonth.cs: * SoapYear.cs: * SoapQName.cs: * SoapHexBinary.cs: * SoapDuration.cs: * SoapDate.cs: Fix parameter names 2005-08-01 Lluis Sanchez Gual * SoapPositiveInteger.cs: Set correct XsdType name for SoapPositiveInteger. 2005-06-27 Lluis Sanchez Gual * SoapDuration.cs: Fixed parsing of TimeSpan values. Based on a fix by Roei Erez. Also fixed issues in the ToString method. Closes bug #75340. 2004-06-15 Gert Driesen * SoapHexBinary.cs: fixed serialization compatibility with MS.NET * SoapQName.cs: fixed serialization compatibility with MS.NET 2003-11-28 Dick Porter * SoapQName.cs: Use the char form of IndexOf, so that the comparison is done with the Invariant culture. 2003-11-17 Lluis Sanchez Gual * SoapAnyUri.cs, SoapBase64Binary.cs, SoapDate.cs, SoapDateTime.cs SoapDay.cs, SoapDuration.cs, SoapEntities.cs, SoapEntity.cs, SoapHexBinary.cs, SoapId.cs, SoapIdref.cs, SoapIdrefs.cs, SoapInteger.cs, SoapLanguage.cs, SoapMonth.cs, SoapMonthDay.cs, SoapName.cs, SoapNcName.cs, SoapNegativeInteger.cs, SoapNmtoken.cs, SoapNmtokens.cs, SoapNonNegativeInteger.cs, SoapNonPositiveInteger.cs, SoapNormalizedString.cs, SoapNotation.cs, SoapPositiveInteger.cs, SoapQName.cs, SoapTime.cs, SoapToken.cs, SoapYear.cs, SoapYearMonth.cs: Implemented * SoapHelper.cs: Added