Hi,
I'm trying to fetch data from the following WFS with a WFS-reader:
http://geodata.nationaalgeoregister.nl/bag/wfs?service=wfs&request=GetFeature&typeName=bag:pand&cql_filter=bag:identificatie LIKE '%25158110%25'
When I browse it in IE it works fine, but FME throws me the next error:
<WFS> An Exception Report was produced performing a `GetCapabilities' request
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" version="2.0.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://geodata.nationaalgeoregister.nl/schemas/ows/1.1.0/owsAll.xsd">
 <ows:Exception exceptionCode="NoApplicableCode">
  <ows:ExceptionText>Could not parse CQL filter list.
Lexical error at line 1, column 18. Â Encountered: &quot;%&quot; (37), after : &quot;&quot; Parsing : bag:identificatie%20LIKE%20&apos;%158110%&apos;.</ows:ExceptionText>
 </ows:Exception>
</ows:ExceptionReport>
A fatal error has occurred. Check the logfile above for details
I think the spaces in de cql-filter are causing problems. What is the right syntax for the WFS with the "like"-command?
Greetings Erwin