![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | 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, |
| | #2 (permalink) |
| Guest | 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, > > |
| |
| |