I have written a WCF client for the SharePoint QueryService.
In a word, it writes a correctly-formed SOAP query. But when it is executed, the http request "forgets" the XML Declaration before the SOAP Envelope. The QueryService does not like that.
How can I force the WCF client to start the request with:
<?xml version="1.0">