I've written a WCF service and wonder if it somehow possible to not get the service part:
<wsdl:service name="MyService">
<wsdl:port name="BasicHttpBinding_MyService" binding="tns:BasicHttpBinding_MyService">
<soap:address location="http://localhost:8000/MyService/Service" />
</wsdl:port>
generetad either directly in the wsdl or when svcutil pulls it down.
Or maybe it's easier to write a powershell script that just removes the service element?