To specify a value as base64 encoded the following attribute must be added to the tag surrounding the value :
§ xsi:type="xsd:base64Binary" §, where xsi refers to namespace XMLSchema-Instance ( xmlns:xsi="http://www.w3c.org/2001/XMLSchema-instance" ) and xsd to namespace XMLSchema ( xmlns:xsd="http://www.w3c.org/2001/XMLSchema" ).
Base64 encoded values can be found in the following tags :
- <initial>, <any>, <final> of a Substrings Filter
- <value> in a ExtensibleMatch Filter
- <value> in a EqualityMatch Filter, GreaterOrEqual Filter, LessOrEqual Filter, ApproxMatch Filter
- <value> in a <assertion> tag in a CompareRequest
- <value> in a <attr> tag in SearchResultEntry and AddRequest
- <value> in a <modification> tag in ModifyRequest
Pierre-Arnaud Marcelot added a comment - 06/Dec/06 03:27 PM To specify a value as base64 encoded the following attribute must be added to the tag surrounding the value :
§ xsi:type="xsd:base64Binary" §, where xsi refers to namespace XMLSchema-Instance ( xmlns:xsi="http://www.w3c.org/2001/XMLSchema-instance" ) and xsd to namespace XMLSchema ( xmlns:xsd="http://www.w3c.org/2001/XMLSchema" ).
Base64 encoded values can be found in the following tags :
- <initial>, <any>, <final> of a Substrings Filter
- <value> in a ExtensibleMatch Filter
- <value> in a EqualityMatch Filter, GreaterOrEqual Filter, LessOrEqual Filter, ApproxMatch Filter
- <value> in a <assertion> tag in a CompareRequest
- <value> in a <attr> tag in SearchResultEntry and AddRequest
- <value> in a <modification> tag in ModifyRequest
Pierre-Arnaud Marcelot added a comment - 06/Dec/06 04:34 PM Base64 values are now supported in the <controlValue> tag in Control elements.
SVN commit 483139.
Base64 encoded values can be found in the following tags :
- <initial>, <any>, <final> of a Substrings Filter
- <value> in a ExtensibleMatch Filter
- <value> in a EqualityMatch Filter, GreaterOrEqual Filter, LessOrEqual Filter, ApproxMatch Filter
- <value> in a <assertion> tag in a CompareRequest
- <value> in a <attr> tag in SearchResultEntry and AddRequest
- <value> in a <modification> tag in ModifyRequest
Resolving problem where an exception was thrown if a value in a response was empty (<value></value>)
Base64 encoded values are now supported in the following tags :
- <initial>, <any>, <final> of a Substrings Filter
- <value> in a ExtensibleMatch Filter
- <value> in a EqualityMatch Filter, GreaterOrEqual Filter, LessOrEqual Filter, ApproxMatch Filter
- <value> in a <assertion> tag in a CompareRequest
- <value> in a <attr> tag in SearchResultEntry and AddRequest
- <value> in a <modification> tag in ModifyRequest.
Pierre-Arnaud Marcelot added a comment - 08/Dec/06 11:23 AM Base64 encoded values are now supported in the following tags :
- <initial>, <any>, <final> of a Substrings Filter
- <value> in a ExtensibleMatch Filter
- <value> in a EqualityMatch Filter, GreaterOrEqual Filter, LessOrEqual Filter, ApproxMatch Filter
- <value> in a <assertion> tag in a CompareRequest
- <value> in a <attr> tag in SearchResultEntry and AddRequest
- <value> in a <modification> tag in ModifyRequest.
Fixed at SVN commit 483930.
§ xsi:type="xsd:base64Binary" §, where xsi refers to namespace XMLSchema-Instance ( xmlns:xsi="http://www.w3c.org/2001/XMLSchema-instance" ) and xsd to namespace XMLSchema ( xmlns:xsd="http://www.w3c.org/2001/XMLSchema" ).
Base64 encoded values can be found in the following tags :
- <initial>, <any>, <final> of a Substrings Filter
- <value> in a ExtensibleMatch Filter
- <value> in a EqualityMatch Filter, GreaterOrEqual Filter, LessOrEqual Filter, ApproxMatch Filter
- <value> in a <assertion> tag in a CompareRequest
- <value> in a <attr> tag in SearchResultEntry and AddRequest
- <value> in a <modification> tag in ModifyRequest