I want to display layers with QQgis server, but the group layer doesn't get displayed, instead I get a bad request response from the server :
<pre>
<ServiceExceptionReport xmlns="http://www.opengis.net/ogc" version="1.2.0">
<ServiceException code="RequestNotWellFormed">TypeName '94043_CADASTRE' unknown</ServiceException>
</ServiceExceptionReport>
</pre>

And here is a peek at the layer section in Qgis :

WFS services do not have any concept of layer groups which are a purely WMS feature.
You should either use a WMS request or request each layer separately with the WFS.