Hi Guys,<br><br>  Have tried for the first time to use the REST API and am running into internal error with user and account query.<br>  Am using the xml from the samples (midPoint 3.1.1): query-all-users.xml and query-all-accounts.xml. The former<br>  is used verbatim and the second I have substituted one of my resource OIDs. Both fails on seemingly the same<br>  issue ... see below.<br><br># AO: -----------------------------------------------------------------------------------------------#<br>2015-07-15 14:51:04,386 [] [http-bio-127.0.0.1-8080-exec-207] WARN (org.apache.cxf.phase.PhaseInterceptorChain): Interceptor for {http://impl.model.midpoint.evolveum.com/}ModelRestService has thrown exception, unwinding now<br>Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.<br>        ... 55 common frames omitted<br>2015-07-15 14:51:04,387 [] [http-bio-127.0.0.1-8080-exec-207] WARN (org.apache.cxf.phase.PhaseInterceptorChain): Exception in handleFault on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSDefaultFaultOutInterceptor@30a58fb8<br>org.apache.cxf.interceptor.Fault: Error parsing XML document Content is not allowed in prolog.<br>        ... 44 common frames omitted<br>Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.<br>        ... 55 common frames omitted<br>org.apache.cxf.interceptor.Fault: Error parsing XML document Content is not allowed in prolog.<br>        ... 44 common frames omitted<br>Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.<br>        ... 55 common frames omitted<br><br># AO: -----------------------------------------------------------------------------------------------#<br>2015-07-15 14:59:57,891 [] [http-bio-127.0.0.1-8080-exec-208] WARN (org.apache.cxf.phase.PhaseInterceptorChain): Interceptor for {http://impl.model.midpoint.evolveum.com/}ModelRestService has thrown exception, unwinding now<br>Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.<br>        ... 55 common frames omitted<br>2015-07-15 14:59:57,892 [] [http-bio-127.0.0.1-8080-exec-208] WARN (org.apache.cxf.phase.PhaseInterceptorChain): Exception in handleFault on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSDefaultFaultOutInterceptor@30a58fb8<br>org.apache.cxf.interceptor.Fault: Error parsing XML document Content is not allowed in prolog.<br>        ... 44 common frames omitted<br>Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.<br>        ... 55 common frames omitted<br>org.apache.cxf.interceptor.Fault: Error parsing XML document Content is not allowed in prolog.<br>        ... 44 common frames omitted<br>Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.<br>        ... 55 common frames omitted<br><br><br>  Have also tried get object and test object REST calls, both works ...<br><br>Regards,<br>  Anton<br><br><br><br><br>