![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | using Mtom in customBinding <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, |
My System Specs![]() |
| | #2 (permalink) |
| | RE: using Mtom in customBinding 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, > > |
My System Specs![]() |