<?xml version="1.0" encoding="UTF-8" ?>

<configuration>

    <!-- 
		Use these config settings to enable or disable SOAP 1.1 and 1.2.
                Both SOAP 1.1 and SOAP 1.2 are enabled by default. 
                You can disable either of them for this Web directory by uncommenting
                the appropriate line below. 
                You can also use machine.config to disable either of them for all Web 
                services on this machine.
    -->

    <system.web>
		<webServices>
			<protocols>
				<!-- <remove name="HttpSoap"/> -->
				<!-- <remove name="HttpSoap12"/> -->
			</protocols>
		</webServices>
    </system.web>

</configuration>
