Hi Dan,
You can do the same by adding the following element as a child element of
your /CustomBinding/Binding element
<mtomMessageEncoding />
Hope this helps.
Thanks,
Sara
"dan_495" wrote:
> <basicHttpBinding>
> <binding name="BasicHttpBinding_IService"
> messageEncoding="Mtom"
> textEncoding="utf-8"
> transferMode="Streamed"
> />
> </binding>
> </basicHttpBinding>
>
> is it possible to do the same stuff in customBinding? or i have to implement
> my own Mtom extension?
>
> <customBinding>
> <binding name="ISampleServer">
> <gzipMessageEncoding
>
> innerMessageEncoding="textMessageEncoding" />
> <httpsTransport manualAddressing="false"
> authenticationScheme="Anonymous"
> bypassProxyOnLocal="false"
> hostNameComparisonMode="StrongWildcard"
> proxyAuthenticationScheme="Anonymous"
> realm=""
> useDefaultWebProxy="true"
> maxReceivedMessageSize="2065536"
> />
>
> </binding>
> </customBinding>
>
>
> thanks,
>
>